Skip to content

Commit

Permalink
chore: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCai1111 committed Jan 11, 2018
1 parent d39c1d8 commit 6ef4fb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@
[![Coverage Status](https://coveralls.io/repos/github/DavidCai1993/cityhash/badge.svg?branch=master)](https://coveralls.io/github/DavidCai1993/cityhash?branch=master)

Cityhash for Node.js.

## Installation

```
npm install node-cityhash
```

## TODO:

- `Hash128`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cityhash",
"name": "node-cityhash",
"version": "0.0.1",
"description": "Cityhash for Node.js",
"main": "index.js",
Expand Down

0 comments on commit 6ef4fb7

Please sign in to comment.