Skip to content

Commit

Permalink
Update README.md for restored API
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Holzfuß authored and nashby committed Apr 23, 2011
1 parent 4c209da commit 8de5eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Ruby wrapper for google's cityhash.
CityHash.hash64("test") # => 17703940110308125106
CityHash.hash64("test", 12345) # => 14900027982776226655
CityHash.hash64("test", 12345, 54321) # => 11136353178704814373
CityHash.hash128("test") # => 130554790001792308794529643941127319555
CityHash.hash128("test", [123,123]) # => 183946415266487905135364192266033899899
CityHash.hash128("test") # => 130554790001792308794529643941127319555
CityHash.hash128("test", 12345) # => 1238187875708097619810923284135194760226

### Contributing to cityhash

Expand Down

0 comments on commit 8de5eef

Please sign in to comment.