Skip to content

Commit

Permalink
Fixes README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorbatchev committed Nov 22, 2016
1 parent 141d929 commit 6353e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser

# Important: Node >= 6.3.0 < 7.0.0

There's currently a bug in Node [#9342](https://github.com/nodejs/node/issues/9342) that affects CRC calculation if `Buffer.split()` is used (see issue discussion for details). This affects versions all version starting from `6.3.0` up to but not including `7.0.0`. The patch [#9341](https://github.com/nodejs/node/pull/9341) will be included in the next `6.x` release.
There's currently a bug in Node [#9342](https://github.com/nodejs/node/issues/9342) that affects CRC calculation if `Buffer.split()` is used (see issue discussion for details). This affects all version starting from `6.3.0` up to but not including `7.0.0`. The patch [#9341](https://github.com/nodejs/node/pull/9341) will be included in the next `6.x` release.

## Features

Expand Down

0 comments on commit 6353e34

Please sign in to comment.