Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit fd84bb2

Browse files
committed
fix README link
1 parent 88022eb commit fd84bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Then create an instance of the client, optionally passing in your API key:
153153

154154
var paperspace = paperspace_node();
155155

156-
If you do not pass an apiKey parameter when creating the paperspace object the paperspace-node module will look for the environment variable value named`PAPERSPACE_API_KEY` for an API key, or in the cached api key location created by the `paperspace login` command, `~/.paperspace/config.json`. See the [Authentication](#Authentication) section above for more information.
156+
If you do not pass an apiKey parameter when creating the paperspace object the paperspace-node module will look for the environment variable value named`PAPERSPACE_API_KEY` for an API key, or in the cached api key location created by the `paperspace login` command, `~/.paperspace/config.json`. See the [Authentication](#authentication) section above for more information.
157157

158158
You can get the paperspace-node version programmatically via the VERSION attribute:
159159

0 commit comments

Comments
 (0)