We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262f848 commit 61c742fCopy full SHA for 61c742f
README.md
@@ -53,14 +53,14 @@ Quick start
53
You'll need an NS1 API key to get started. You can get or create one via NS1's
54
portal here: https://my.nsone.net/#/account/settings
55
56
-Armed with your API key just use it as an argument to all commands. For example,
+Use your API key as an argument to all commands. For example,
57
58
```sh
59
$ routemap --api-key xxxxxxxxxxxxxxxxx list
60
```
61
62
You can also add your API key as an environment variable to save providing it
63
-for all commands:
+on the command line:
64
65
66
$ export NS1_APIKEY=xxxxxxxxxxxxxxxxx
0 commit comments