aboutsummaryrefslogtreecommitdiff
path: root/node_modules/crc32-stream/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/crc32-stream/README.md')
-rw-r--r--node_modules/crc32-stream/README.md4
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 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream) [![Build status](https://ci.appveyor.com/api/projects/status/sy60s39cmyvd60i3/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-crc32-stream/branch/master)
+# crc32-stream v2.0.0 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream) [![Build status](https://ci.appveyor.com/api/projects/status/sy60s39cmyvd60i3/branch/master?svg=true)](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.
-[![NPM](https://nodei.co/npm/crc32-stream.png)](https://nodei.co/npm/crc32-stream/)
-
### Install
```bash