Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat authored Nov 22, 2024
1 parent e967032 commit 06e0ade
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 @@ -45,13 +45,13 @@ that communicates via files and signals.

## `cog-server`

Go-based HTTP server that known how to spawn and communicate with
Go-based HTTP server that knows how to spawn and communicate with
`coglet`.

## `coglet`

Python-based model runner with zero dependencies outside of the standard library.
The same in-process API provided by [Cog] is avaaliable, e.g.:
The same in-process API provided by [Cog] is available, e.g.:

```python
from cog import BasePredictor, Input
Expand Down

0 comments on commit 06e0ade

Please sign in to comment.