Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 10, 2013
1 parent f76313d commit 6f31883
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Readme.md
@@ -1,11 +1,15 @@

# Hash
# hash

C hash implementation based on khash.

## Installation

$ cpm install visionmedia/hash.c
Install with [clib](https://github.com/clibs/clib):

```
$ clib install clibs/hash
```

## Example

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "hash",
"version": "0.0.1",
"repo": "visionmedia/hash.c",
"repo": "clibs/hash",
"description": "Hash wrapper around khash",
"keywords": ["hash", "khash", "container"],
"license": "MIT",
Expand Down

0 comments on commit 6f31883

Please sign in to comment.