From 73c4dce573828f0e4b348c7dbc919db44ef4a659 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 18 Jun 2023 21:09:35 +0200 Subject: [PATCH] fix: Functions implemented in tar.c are no longer implemented in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d734cc..7a2a0cb 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See [examples](examples/) for more examples using minitar. ## Project structure -The user-facing API (functions defined in `minitar.h` and documented in this README) is implemented in `src/tar.c`. Utility and internally-used functions live in `src/util.c`. +The user-facing API (functions defined in `minitar.h` and documented in [API.md](docs/API.md)) is implemented in `src/tar.c`. Utility and internally-used functions live in `src/util.c`. ## Documentation @@ -75,4 +75,4 @@ pub extern "C" fn minitar_handle_panic(message: *const u8) -> ! ## License -`minitar` is free and open-source software under the [BSD-2-Clause](LICENSE) license. \ No newline at end of file +`minitar` is free and open-source software under the [BSD-2-Clause](LICENSE) license.