diff options
Diffstat (limited to 'node_modules/crc32-stream/README.md')
-rw-r--r-- | node_modules/crc32-stream/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/node_modules/crc32-stream/README.md b/node_modules/crc32-stream/README.md index 040bdef07..a0b508054 100644 --- a/node_modules/crc32-stream/README.md +++ b/node_modules/crc32-stream/README.md @@ -1,9 +1,7 @@ -# crc32-stream v1.0.0 [](https://travis-ci.org/archiverjs/node-crc32-stream) [](https://ci.appveyor.com/project/ctalkington/node-crc32-stream/branch/master)
+# crc32-stream v2.0.0 [](https://travis-ci.org/archiverjs/node-crc32-stream) [](https://ci.appveyor.com/project/ctalkington/node-crc32-stream/branch/master)
crc32-stream is a streaming CRC32 checksumer. It uses [buffer-crc32](https://www.npmjs.org/package/buffer-crc32) behind the scenes to reliably handle binary data and fancy character sets. Data is passed through untouched.
-[](https://nodei.co/npm/crc32-stream/)
-
### Install
```bash
|