Skip to content

Commit

Permalink
Testing token needs to be inside its property
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 10, 2017
1 parent 058c3f6 commit a76397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ now help

1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
2. Link the package to the global module directory: `npm link`
3. Generate a [testing token](https://zeit.co/account#api-tokens) and put it into `~/.now.json`
3. Generate a [testing token](https://zeit.co/account#api-tokens) and put it into the `token` property within `~/.now.json`
4. You can now start using `now` from the command line!

As always, you can use `npm test` to run the tests and see if your changes have broken anything.
Expand Down

0 comments on commit a76397f

Please sign in to comment.