Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gorbatchev authored and Alex Gorbatchev committed Dec 7, 2010
1 parent b73c653 commit c771caa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
@@ -1,6 +1,10 @@
# CRC for node.js

This is a basic port/copy of the JavaScript CRC implementation. The following functions are exported:
This is a basic port/copy of the JavaScript CRC implementation.

## Functions

The following functions are exported:

crc8(String) #=> Number
crcArc(String) #=> Number
Expand All @@ -10,3 +14,7 @@ This is a basic port/copy of the JavaScript CRC implementation. The following fu
hex8(Number) #=> String
hex16(Number) #=> String
hex32(Number) #=> String

## Installation

npm install crc

0 comments on commit c771caa

Please sign in to comment.