Skip to content

Commit

Permalink
Minor fix in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeretti committed Feb 24, 2024
1 parent 74d06af commit ef61ec3
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 @@ -26,7 +26,7 @@ The library is tested for compilation using GCC (minimum required: 10.2), Clang
$ mkdir build && cd build
```

Then, you can prepare the built environment, choosing a `Release` build for maximum performance:
Then, you can prepare the build environment, choosing a `Release` build for maximum performance:

```
$ cmake .. -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit ef61ec3

Please sign in to comment.