Skip to content

Commit

Permalink
docs: use single quotes to prevent interpolation
Browse files Browse the repository at this point in the history
Fix the `Hello, World!` example in the README by using single quotes to
prevent shell interpolation of `!`.

Signed-off-by: Nick Hale <[email protected]>
  • Loading branch information
njhale committed Feb 13, 2024
1 parent 4b603d9 commit f5d12b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export OPENAI_API_KEY="your-api-key"
### 3. Run Hello World

```shell
gptscript https://get.gptscript.ai/echo.gpt --input "Hello, World!"
gptscript https://get.gptscript.ai/echo.gpt --input 'Hello, World!'
```

## How it works
Expand Down

0 comments on commit f5d12b3

Please sign in to comment.