Skip to content

Commit

Permalink
docs(ci server): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiscowper authored and christophwitzko committed May 4, 2015
1 parent 785e7f7 commit 3b921a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -106,7 +106,7 @@ env:
# Grant the token repo/public_repo scope (all others can be deselected)
# You should encrypt this:
# `travis encrypt GH_TOKEN=<token> --add`
global: GH_TOKEN=<github-access-token-with-acceess-to-your-repo>
global: GH_TOKEN=<github-access-token-with-access-to-your-repo>
deploy:
provider: npm
email: <your-npm-mail@example.com>
Expand Down

0 comments on commit 3b921a6

Please sign in to comment.