Skip to content

Commit

Permalink
Fix mis-spelling of examples (nv-morpheus#1664)
Browse files Browse the repository at this point in the history
## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: nv-morpheus#1664
  • Loading branch information
dagardner-nv authored Apr 24, 2024
1 parent 88d5211 commit 69b8f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/llm/agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ This example demonstrates the basic implementation of Morpheus pipeline, showcas


```bash
python exmaples/llm/main.py agents simple [OPTIONS]
python examples/llm/main.py agents simple [OPTIONS]
```

### Options:
Expand Down Expand Up @@ -170,7 +170,7 @@ kafka-topics.sh --bootstrap-server ${BOOTSTRAP_SERVER} --alter --topic input --p
Now Kafka example can be run using the following command with the below listed options:

```bash
python exmaples/llm/main.py agents kafka [OPTIONS]
python examples/llm/main.py agents kafka [OPTIONS]
```

### Options:
Expand Down

0 comments on commit 69b8f19

Please sign in to comment.