From 9935713a4a853e8cdcd32ec42b983df04093ae23 Mon Sep 17 00:00:00 2001 From: Max Conradt <43765720+mhconradt@users.noreply.github.com> Date: Wed, 3 Apr 2024 05:41:15 -0700 Subject: [PATCH] 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 90fc686f9..b130934f3 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.