From 7d3ac280da5321c469e2b08ce86783133b367cdc Mon Sep 17 00:00:00 2001 From: dam Date: Tue, 14 May 2024 15:11:40 +0100 Subject: Improved readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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? -- cgit v1.2.3