Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung committed Mar 8, 2020
1 parent ff41194 commit ac14903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Generate long-lived tokens from the CLI to be used with the MapKit JS [`authoriz
$ npx mapkitjs-token [options]
```

Since we're dealing with private keys, you may feel safer compiling this tool yourself and running it locally (see the "Compiling" section in `README`).
Since we're dealing with private keys, you may feel safer compiling this tool yourself and running it locally (see [Compiling](#compiling)).


### Options
Expand Down Expand Up @@ -88,5 +88,5 @@ Token [generated token]
```
$ npm ci
$ npm run build
$ node ./dist/cli.js
$ node ./dist/cli.js [options]
```

0 comments on commit ac14903

Please sign in to comment.