aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2024-05-14 15:11:40 +0100
committerdam <dam@gudinoff>2024-05-14 15:11:40 +0100
commit7d3ac280da5321c469e2b08ce86783133b367cdc (patch)
tree901f97c01e870c3be25c3eff494633087dba648a /README.md
parenta5e4f8725d74c2dbc3df35249b6dbdd061e44997 (diff)
downloadtask-time-tracker-7d3ac280da5321c469e2b08ce86783133b367cdc.tar.zst
task-time-tracker-7d3ac280da5321c469e2b08ce86783133b367cdc.zip
Improved readme.
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?