Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 25, 2015
1 parent 1c86801 commit 58ed3af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,9 +10,9 @@ It currently uses the
[CHD algorithm](http://cmph.sourceforge.net/papers/esa09.pdf) and can generate
a 100,000 entry map in roughly .4 seconds. By default statistics are not
produced, but if you use the `phf_mac` crate with the `stats` feature enabled
(writing `phf_mac/stats` in the `[dependencies]` section of your `Cargo.toml`
instead of `phf_mac`) and set the environment variable `PHF_STATS` it will
issue a compiler note about how long it took.
(writing `phf_macros/stats` in the `[dependencies]` section of your
`Cargo.toml` instead of `phf_macros`) and set the environment variable
`PHF_STATS` it will issue a compiler note about how long it took.

Documentation is available at https://sfackler.github.io/doc/phf

Expand Down

0 comments on commit 58ed3af

Please sign in to comment.