Skip to content

Commit

Permalink
Fixed a typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
PeriBooty authored Apr 9, 2021
1 parent 87b8ce7 commit 68ec83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The tool is a command-line application, with these options which can be seen sim
## Building
This project uses [CMake](https://cmake.org/) to compile, but it also requires a C++ compiler with non-experimental C++17 support. (C++17 classes shouldn't be in the `std::experimental` namespace)

If you have these requments satisfied, then you should just be able to compile with the following commands:
If you have these requirments satisfied, then you should just be able to compile with the following commands:
```zsh
$ mkdir build && cd build
$ cmake ..
Expand Down

0 comments on commit 68ec83f

Please sign in to comment.