fix(documentation): Corrected Markdown formatting for server start command (#7649)

Co-authored-by: Leslie Cruz <lelcruz@users.noreply.github.com>
Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co>
This commit is contained in:
lelcruz
2024-08-02 12:33:12 -05:00
committed by GitHub
parent f5fe96260e
commit ec6bae0467

View File

@@ -53,7 +53,7 @@ We use the Poetry to manage the dependencies. To set up the project, follow thes
```sh
poetry run prisma migrate dev
```
```
## Running The Server