]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Minor repetition
authorCarl Woffenden <cwoffenden@gmail.com>
Tue, 27 Aug 2019 14:57:23 +0000 (16:57 +0200)
committerCarl Woffenden <cwoffenden@gmail.com>
Tue, 27 Aug 2019 14:57:23 +0000 (16:57 +0200)
contrib/declib/README.md

index b8c596fe0ee7a552c72d7bf9784cb2263fa9d5db..bf568be9cb1565ebb04910da1d184f4887a877e6 100644 (file)
@@ -7,7 +7,7 @@ Create `zstddeclib.c` from the Zstd source using:
 cd zstd/contrib/declib
 ./combine.sh -r ../../lib -r ../../lib/common -r ../../lib/decompress -o zstddeclib.c zstddeclib-in.c
 ```
-Then add the resulting file to your project (see the [example files](examples)). `build.sh` will run the above script then compile and test the resulting library.
+Then add the resulting file to your project (see the [example files](examples)). `build.sh` will run the above script then compile and test the library. 
 
 Why
 ---