summaryrefslogtreecommitdiff
path: root/gguf-py
diff options
context:
space:
mode:
authorRichard Kiss <him@richardkiss.com>2023-12-12 01:53:36 -0800
committerGitHub <noreply@github.com>2023-12-12 11:53:36 +0200
commit9494d7c4774ab745490b5a19570ff7747a194143 (patch)
treeec70be73a544a7cf30a17a0430b87d89a269d188 /gguf-py
parent6138963fb232cbae70c9d181db0ba125708f473d (diff)
english : use `typos` to fix comments and logs (#4354)
Diffstat (limited to 'gguf-py')
-rw-r--r--gguf-py/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gguf-py/README.md b/gguf-py/README.md
index 502b6a51..a27d2fc0 100644
--- a/gguf-py/README.md
+++ b/gguf-py/README.md
@@ -61,7 +61,7 @@ If you want to publish the package manually for any reason, you need to have `tw
pip install build twine
```
-Then, folow these steps to release a new version:
+Then, follow these steps to release a new version:
1. Bump the version in `pyproject.toml`.
2. Build the package: