Skip to content

Commit

Permalink
📝 Fix typo in README
Browse files Browse the repository at this point in the history
There was a misspelling in the installation instructions.
  • Loading branch information
Jankoy authored and linkdd committed Jan 27, 2024
1 parent 2235363 commit 9a24b51
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 @@ -29,7 +29,7 @@ Or add it as a submodule:

```
$ git submodule add https://github.com/linkdd/aitoolkit.git
$ g++ -std=c++23 -Iaiotoolkit/include main.cpp -o mygame
$ g++ -std=c++23 -Iaitoolkit/include main.cpp -o mygame
```

> **NB:** This library is compatible with C++20.
Expand Down

0 comments on commit 9a24b51

Please sign in to comment.