Skip to content

Commit 515266e

Browse files
committed
minor nit updates to README.md
1 parent 95ffc76 commit 515266e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,15 @@ The output binary will be in `buck-out/gen/programs/`.
191191

192192
## Testing
193193

194-
You can run quick local smoke tests by executing the `playTest.sh` script from the `src/tests` directory.
195-
Two env variables `$ZSTD_BIN` and `$DATAGEN_BIN` are needed for the test script to locate the zstd and datagen binary.
196-
For information on CI testing, please refer to TESTING.md
194+
You can run quick local smoke tests by running `make check`.
195+
If you can't use `make`, execute the `playTest.sh` script from the `src/tests` directory.
196+
Two env variables `$ZSTD_BIN` and `$DATAGEN_BIN` are needed for the test script to locate the `zstd` and `datagen` binary.
197+
For information on CI testing, please refer to `TESTING.md`.
197198

198199
## Status
199200

200-
Zstandard is currently deployed within Facebook. It is used continuously to compress large amounts of data in multiple formats and use cases.
201+
Zstandard is currently deployed within Facebook and many other large cloud infrastructures.
202+
It is run continuously to compress large amounts of data in multiple formats and use cases.
201203
Zstandard is considered safe for production environments.
202204

203205
## License

0 commit comments

Comments
 (0)