@@ -55,9 +55,9 @@ npm link
5555Most of the tools need your GitHub credentials to work. You can either
5656
57571 . Run any of the tools and you will be asked in a prompt to provide your
58- username and password in order to create a personal access token.
58+ username and password in order to create a personal access token.
59592 . Or, create a personal access token yourself on GitHub, then set them up
60- using an editor.
60+ using an editor.
6161
6262
6363If you prefer option 2, [ follow these instructions] ( https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ )
@@ -97,18 +97,18 @@ To obtain the Jenkins API token
9797 \< your-github-username\> with your own GitHub username).
98982 . Click on the ` ADD NEW TOKEN ` button in the ` API Token ` section.
99993 . Enter an identifiable name (for example, ` node-core-utils ` ) for this
100- token in the inbox that appears, and click ` GENERATE ` .
100+ token in the inbox that appears, and click ` GENERATE ` .
1011014 . Copy the generated token.
1021025 . Add it into your ` ncurc ` file (` ~/.ncurc ` or ` $XDG_CONFIG_HOME/ncurc ` )
103- with ` jenkins_token ` as key, like this:
103+ with ` jenkins_token ` as key, like this:
104104
105- ``` json
106- {
107- "username" : " your_github_username" ,
108- "token" : " your_github_token" ,
109- "jenkins_token" : " your_jenkins_token"
110- }
111- ```
105+ ``` json
106+ {
107+ "username" : " your_github_username" ,
108+ "token" : " your_github_token" ,
109+ "jenkins_token" : " your_jenkins_token"
110+ }
111+ ```
112112
113113
114114### Make sure your credentials won't be committed
@@ -136,8 +136,8 @@ If you encounter an error that you cannot fix by yourself, please
136136
1371371 . Make sure you update NCU to the latest version
1381382 . Try again with the ` NCU_VERBOSITY=debug ` environment variable set and
139- open an issue at https://github.com/nodejs/node-core-utils/issues with
140- detailed logs.
139+ open an issue at https://github.com/nodejs/node-core-utils/issues with
140+ detailed logs.
141141
142142## Contributing
143143
0 commit comments