From e2b7d38971a714300ae0edfc0af7e2ef89e433cc Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 25 Sep 2021 22:18:02 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db5980..e26d63c 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ To use this in your project, just compile the implementation.c file into your pr ## endian.h By default, dragontype will use the Linux header. However, since other systems may not have that header, -you can use [this library](https://github.com/mikepb/endian.h) to replaced. Make sure to define DRAGONTYPE_ENDIAN_HEADER +you can use [this library](https://github.com/mikepb/endian.h) to replace it. Make sure to define DRAGONTYPE_ENDIAN_HEADER to the include path of this portable endian.h file. -- 2.44.0