From 4088d7bbc65d772e13b5043b1131319c5867cacb Mon Sep 17 00:00:00 2001 From: JayP718 Date: Tue, 18 Oct 2022 02:19:45 -0700 Subject: [PATCH] added stuff to read me --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9b9ce9..cfc6f71 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ A timer which counts down (days/min/secs) to a certain date time. Uses data from ![alt text](https://github.com/JayP718/Countdown_Timer/blob/main/sample_image.png) # Description -A timer which counts down (days/min/secs) to a certain date time. Uses data from a data provider. Ability to change background color, complete text, and +A timer which counts down (days/min/secs) to a certain date time. Uses data from a data provider. Ability to change background color, complete text, and more. + +All you have to do is nest this plugin within a form which is nested in a data provider. From there just type in the field you would like to use for the timer. Find out more about [Budibase](https://github.com/Budibase/budibase). @@ -17,6 +19,6 @@ budi plugins --build You can also re-build everytime you make a change to your plugin with the command: ``` -budi plugins --watch +budi plugins --watchgi ```