aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a3d0e72..2f31d1fc 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ serve different purposes:
* `repo.Objects()` is the storage layer underneath resolution.
* Use it when you need to read object headers, read raw object contents,
- stream object data, or look up objects directly by ID.
+ stream object data, or otherwise look up objects directly by ID.
* Most callers who want to work with Git objects as commits, trees, blobs, or
tags should prefer the resolver instead.
* However, checking an object ID's size and type are somewhat common