diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,9 +6,8 @@ This is a small C++ library with small methods to change the behaviour and color Import normally with: - -```#include "terminal-game-utils.hpp"``` ``` +#include "terminal-game-utils.hpp" ``` And use tgu:: to refer to the methods/enum in the library. |
