]> git.lizzy.rs Git - dragonstd.git/commitdiff
Fix typo in README.md
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 25 Sep 2021 20:18:02 +0000 (22:18 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 25 Sep 2021 20:18:02 +0000 (22:18 +0200)
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.