commit | b0b051f7cdfa9930a42cd273bac95310591f0002 | [log] [tgz] |
---|---|---|
author | Stephen Mathieson <me@stephenmathieson.com> | Mon May 05 10:41:55 2014 -0400 |
committer | Stephen Mathieson <me@stephenmathieson.com> | Mon May 05 10:41:55 2014 -0400 |
tree | 497af7f5da1a50d3dede4b52e5c6cac3ac4baa47 | |
parent | 404fcbe88727c94236dac5cfb2a3191b6ba5f397 [diff] |
README: formatting fix
diff --git a/README.md b/README.md index 88abea7..a6ef405 100644 --- a/README.md +++ b/README.md
@@ -41,7 +41,7 @@ murmurhash (const char *key, uint32_t len, uint32_t seed); ``` -Returns a murmur hash of `key' based on `seed' using the MurmurHash3 algorithm. +Returns a murmur hash of `key` based on `seed` using the MurmurHash3 algorithm. ## license