Skip to content

Commit

Permalink
Clarify 'man' as manual in README (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbcool committed May 8, 2024
1 parent 94d0940 commit 564d9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 command into your terminal.
following curl comd into your terminal.

```shell
curl http://localhost:8080/v1/chat/completions \
Expand Down Expand Up @@ -574,7 +574,7 @@ that describes the changes, and mention it in your Hugging Face commit.

## Documentation

There's a man page for each of the llamafile programs installed when you
There's a manual page for each of the llamafile programs installed when you
run `sudo make install`. The command manuals are also typeset as PDF
files that you can download from our GitHub releases page. Lastly, most
commands will display that information when passing the `--help` flag.
Expand Down

2 comments on commit 564d9fb

@mjgarton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit also introduced a typo @matthewbcool

@matthewbcool
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjgarton thank you for flagging. This is officially the single most horrific PR in the history of my existence.

Please sign in to comment.