From e6296fcb494c22bd2536bf0ab7b42dd35fabd868 Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Thu, 22 Feb 2024 13:35:36 -0700 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e69de29..7fa486c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +# Web Text Roller +A python css generator for rotating through lines of text in order. + +Invoke as such: (For generating the code for 5 lines of text) +```bash +python generate.py 5 +``` \ No newline at end of file