Skip to content

Commit f5d12b3

Browse files
committed
docs: use single quotes to prevent interpolation
Fix the `Hello, World!` example in the README by using single quotes to prevent shell interpolation of `!`. Signed-off-by: Nick Hale <[email protected]>
1 parent 4b603d9 commit f5d12b3

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
@@ -60,7 +60,7 @@ export OPENAI_API_KEY="your-api-key"
6060
### 3. Run Hello World
6161

6262
```shell
63-
gptscript https://get.gptscript.ai/echo.gpt --input "Hello, World!"
63+
gptscript https://get.gptscript.ai/echo.gpt --input 'Hello, World!'
6464
```
6565

6666
## How it works

0 commit comments

Comments
 (0)