Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
developersteve committed Jul 18, 2024
1 parent 7ec9e48 commit 5bca449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit 5bca449

Please sign in to comment.