From 195f31b4cd90f1a344fcd06225736b65857ed28d Mon Sep 17 00:00:00 2001 From: Mx Kookie Date: Sat, 31 Oct 2020 20:45:18 +0100 Subject: [PATCH] README: Updating docs description, and text flow --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9fd050bda2f..76c6eefe628 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # kookienomicon -Welcome to my personal project source archive. Here you will find tools, -libraries, and prototypes that I have written in the hopes that they might -one day be useful to future-me, or future-you. +Welcome to my personal project source archive. Here you will find +tools, libraries, and prototypes that I have written in the hopes that +they might one day be useful to future-me, or future-you. Be warned though, there's software ahead ~✨ @@ -15,7 +15,7 @@ Following is an overview of components in this repository. |-------------|--------------------------------------------------------------------------------| | apps | Applications (graphical and command-line) meant for end-users | | development | Libraries and specific tools primarily meant to be used by software developers | -| docs | Documentation for the whole kookienomicon | +| docs | Documentation for the kookienomicon | | infra | Personal infrastructure projects (namely `libkookie` & my website) | | junkyard | Projects I've abandoned and that are considered read-only archives | | licenses | Set of license texts in use by projects in this repository |