diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 23:55:49 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 23:55:49 +0200 |
| commit | ea42d061b3f9ec56eb179014c9a76053f3f4c042 (patch) | |
| tree | 477f855b676f4c88b99d6d0f20b6196a2a6ca362 | |
| parent | 575fbae41eb008971b2396b32e74f52a1f235d04 (diff) | |
| download | turns-ea42d061b3f9ec56eb179014c9a76053f3f4c042.tar.xz turns-ea42d061b3f9ec56eb179014c9a76053f3f4c042.zip | |
doc: fix more turn order spellings
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10c2d9e..66fca94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION "3.29.0") project("turns" LANGUAGES C CXX - DESCRIPTION "A simple turn-order tracker" + DESCRIPTION "A simple turn order tracker" VERSION "1.0.0" ) @@ -1,7 +1,7 @@ turns ===== -*turns* is a simple turn-order tracker for use with tabletop role-playing games. +*turns* is a simple turn order tracker for use with tabletop role-playing games. Building from source -------------------- |
