Skip to content

Commit

Permalink
fix(docs): typo in autocompletion (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Pilar <tomas.pilar@ibm.com>
  • Loading branch information
pilartomas authored Mar 15, 2024
1 parent a74739f commit 2ac57af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ If so, check out the [NodeJS SDK](https://github.com/IBM/ibm-generative-ai-node-
- ⏩ Requests are always returned in the respective order
- 📄 Work with files as your input or output
- ⌨️ Support stdin and stdout interaction
- 🕹️ Interactive context-free mode

![-----------------------------------------------------](./assets/img/rainbow.png)

Expand Down Expand Up @@ -77,7 +76,7 @@ The full commands have many segments due to alignment with the SDK and REST API.

```bash
genai completion >> ~/.zshrc
source ~./zshrc
source ~/.zshrc
```

### Output format
Expand Down

0 comments on commit 2ac57af

Please sign in to comment.