This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 9935713a fix(docs): Correct typo in README.md (#414)
9935713a is described below
commit 9935713a4a853e8cdcd32ec42b983df04093ae23
Author: Max Conradt <[email protected]>
AuthorDate: Wed Apr 3 05:41:15 2024 -0700
fix(docs): Correct typo in README.md (#414)
The file is actually named `nanoarrow.c`
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 90fc686f..b130934f 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ where linking to a higher level Arrow binding is difficult or
impossible.
## Using the C library
The nanoarrow C library is intended to be copied and vendored. This can be
done using
-CMake or by using the bundled nanoarrow.h/nanorrow.c distribution available in
the
+CMake or by using the bundled nanoarrow.h/nanoarrow.c distribution available
in the
dist/ directory in this repository. Examples of both can be found in the
examples/
directory in this repository.