aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ad1e89d..57a2544 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,20 @@
Task Time Tracker
=================
-# license
+# License
-Code licensed under MIT or ISC.
+Licensed under MIT or ISC.
SPDX-License-Identifier: MIT OR ISC
-# know how
+# Know-how
- [ncurses colors](https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/color.html#COLORBASICS)
- [pprintf](https://cplusplus.com/reference/cstdio/printf/)
- [intmax_t](https://wiki.sei.cmu.edu/confluence/plugins/servlet/mobile?contentId=87152366#content/view/87152366)
- [hexed.it](https://hexed.it/)
-# to-do list
+# To-do list
- [x] Include check on number of char bits;
- [x] Decide once for all if I'll be using uint8_t or char for strings: use char.
- [x] maybe rename to task-time-tracker?