Skip to content

Commit

Permalink
fix(docs): Correct typo in README.md (#414)
Browse files Browse the repository at this point in the history
The file is actually named `nanoarrow.c`
  • Loading branch information
mhconradt authored Apr 3, 2024
1 parent a9ef745 commit 9935713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9935713

Please sign in to comment.