Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

chore: correct stop command description #1874

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ This command stops the running model.
</Tabs>

## Stop Cortex.cpp API Server
This command starts the Cortex.cpp API server at `localhost:39281`.
This command stops the Cortex.cpp API server at `localhost:39281`.
<Tabs>
<TabItem value="MacOs/Linux" label="MacOs/Linux">
```sh
Expand Down
Loading