fix README typo (#41)

in brew install instructions
This commit is contained in:
Tom Dyson 2019-02-21 14:59:06 +00:00 committed by Daniel Lemire
parent 815c3ea45f
commit 5f2e452d6b
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ make benchmark
Requirements: We require a recent version of cmake. On macOS, the easiest way to install cmake might be to use [brew](https://brew.sh) and then type
```
brew install cmake"
brew install cmake
```
There is an [equivalent brew on Linux which works the same way as well](https://linuxbrew.sh).