]> git.lizzy.rs Git - dragonstd.git/blobdiff - README.md
Fix typo in README.md
[dragonstd.git] / README.md
index 4db5980b92af0d81bec841e84a12d05089698e5e..e26d63cd9021d5f99afc30778cac2ad89bba45e3 100644 (file)
--- 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 <endian.h> 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.