Skip to content

Commit

Permalink
Updated Plugin README.md (#898)
Browse files Browse the repository at this point in the history
fixed fastapi run command in readme
  • Loading branch information
josancamon19 authored Sep 23, 2024
2 parents 2864531 + a1cc30b commit df5c140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Fill in the values for each variable as needed.
2. Install the requirements.txt by running:
`pip install -r requirements.txt`

3. Run the project: `fastapi run dev` This will start the FastAPI application.
3. Run the project: `fastapi run` or `fastapi dev` This will start the FastAPI application.

## Project Structure

Expand All @@ -64,4 +64,4 @@ Fill in the values for each variable as needed.
- `/notion-crm`: Store memory in Notion database
- `/news-checker`: Check news based on conversation transcript

For more details on how to use these endpoints, refer to the code documentation or contact the project maintainer.
For more details on how to use these endpoints, refer to the code documentation or contact the project maintainer.

0 comments on commit df5c140

Please sign in to comment.