From 2dbff6fa8d1994f4c4168001b7c1e0d7221a437a Mon Sep 17 00:00:00 2001 From: m455 Date: Mon, 20 Jan 2020 14:18:26 -0500 Subject: [PATCH] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31533d4..dc44602 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ A Python program to be used on shared unix servers to cheer people up (A little # How it works -Stores the user's input into a generated `list.txt` file if an argument is given in quotes. If no arguments are given, a random line from the `list.txt` file will be displayed. +nicethings stores the user's input into a `list.txt` file if an argument is +given in quotes. If no arguments are given, then a random line from the +`list.txt` file will be displayed. # Usage