Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 85c3999

Browse files
Merge pull request #126 from Paperspace/readme-fix
typos
2 parents f9f33b2 + 4d399ac commit 85c3999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Getting Started
2121

2222
Add following to your `.bashrc` (or `.zshrc`) to enable autocomplete anytime you activate your shell.
2323

24-
`eval $(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python)`
24+
`eval "$(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python)"`
2525

2626
For other shell (eg. `zsh` or `fish`), use proper version of `source` (`source_zsh` and `source-fish` respectively)
2727

2828
Alternatively, you can create activation script by:
2929

30-
`(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python > ~/paperspace_complete.sh`
30+
`_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python > ~/paperspace_complete.sh`
3131

3232
More: https://click.palletsprojects.com/en/7.x/bashcomplete/
3333
4. Download your api key by executing the following:

0 commit comments

Comments
 (0)