From 00bee864be9b6d3624a4eebdf4e158449831407d Mon Sep 17 00:00:00 2001 From: m455 Date: Fri, 25 Sep 2020 17:26:54 -0400 Subject: [PATCH] regenerating readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6502b56..2fe3aae 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,10 @@ A program for shared Unix servers, specifically [tilde.town](https://tilde.town) # How it works -Each user on the shared Unix server may have a `.nicethings` file. The -`.nicethings` file may be populated with a list of nice messages -created by a user. All users' `.nicethings` files are converted to -lists. All lists are combined into one list. A random nice message is -picked from from this list and is displayed to the user. +Each user on the shared Unix server may have a `.nicethings` file. The `.nicethings` file may be +populated with a list of nice messages created by a user. All users' `.nicethings` files are +converted to lists. All lists are combined into one list. A random nice message is picked from from +this list and is displayed to the user. ## How it works in detail