From 5bca449466f72ffd80af1202dafd66e88da52c34 Mon Sep 17 00:00:00 2001 From: developersteve Date: Thu, 18 Jul 2024 16:59:24 +1000 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67f0a93..d11e674 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It's important to note the `Dockerfile` in this repository is only here for info Once the lilypad CLI is installed, run the following to test out the lilysay module. ``` -lilypad run github.com/lilypad-tech/lilypad-module-lilysay:0.5.1 -i Message='Hello lilypad world' +lilypad run github.com/lilypad-tech/lilypad-module-lilysay:0.5.2 -i Message='Hello lilypad world' ``` The ascii art image output can also be changed using any of the following, by adding the `-i Image=` input as part of the cli command. @@ -23,7 +23,7 @@ The ascii art image output can also be changed using any of the following, by ad For example ``` -lilypad run github.com/lilypad-tech/lilypad-module-lilysay:0.5.1 -i Message='Hello lilypad world' -i Image=lilyfrog +lilypad run github.com/lilypad-tech/lilypad-module-lilysay:0.5.2 -i Message='Hello lilypad world' -i Image=lilyfrog ``` Visit the [lilypad documentation](https://lilypad.team/building) to find out more on how to build your own custom lilypad job modules.