diff options
| -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 -------------------- |
