aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorroy <[email protected]>2026-06-29 21:54:23 +0300
committerroy <[email protected]>2026-06-29 21:54:23 +0300
commita299426a59d9af6a7a929a109d59137836eb0d28 (patch)
tree6bdcc0f4eca2c35fb71ab6e4fa9f72b55cb4a426 /README.md
parent0fdb0405b6567aed4cd00637f79410ceeafd2e3b (diff)
Fixed readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1b5a10e..2458c33 100644
--- a/README.md
+++ b/README.md
@@ -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.