]> git.lizzy.rs Git - asprintf.git/commitdiff
Minor README fixes
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 30 Sep 2021 20:08:50 +0000 (22:08 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 30 Sep 2021 20:08:50 +0000 (22:08 +0200)
README.md

index 763e1a69e52f908d50f52aafe7bcfc1b534d7feb..bfb2c14ccf55624361e730498868fa2805416bf7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
 Dragonport is a small C library to provide portable implementations of some GNU or Linux only methods that [dragonblocks_alpha](https://github.com/dragonblocks/dragonblocks_alpha) depends on.
 It also includes methods that are technically in the POSIX standard, but are not implemented on some target platforms (or the target platforms only conform with an older standard, like Plan 9 APE).
-Where possible, dragonblocks will use an already existing library, this library is just a collection of code that is part of a bigger project that dragonblocks should not depend on or that is not compatible with dragonblocks without modifications.
+Where possible, dragonblocks will use an already existing library, this library is just a collection of code that is either part of bigger projects that dragonblocks should not depend on or that is not compatible with dragonblocks without modifications.
 This library is only capable of what dragonblocks needs, and it does not intend to be general purpose.
 
 ## Implementations
-* `asprintf.c`: Taken from [libressl-portable](https://github.com/libressl-portable/portable/blob/master/crypto/compat/bsd-asprintf.c).
+* `asprintf.c`: Taken from [libressl-portable](https://github.com/libressl-portable/portable/blob/master/crypto/compat/bsd-asprintf.c) with slight modifications.