Skip to content

Commit

Permalink
Fix typo in README.md (#407)
Browse files Browse the repository at this point in the history
See also #376
  • Loading branch information
matthewbcool committed May 16, 2024
1 parent d5f614c commit 3a0cf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ README](llama.cpp/server/README.md#api-endpoints).
<summary>Curl API Client Example</summary>

The simplest way to get started using the API is to copy and paste the
following curl comd into your terminal.
following curl command into your terminal.

```shell
curl http://localhost:8080/v1/chat/completions \
Expand Down

0 comments on commit 3a0cf4e

Please sign in to comment.