diff --git a/readme.md b/readme.md index 63b4a72..da4b575 100644 --- a/readme.md +++ b/readme.md @@ -88,8 +88,9 @@ package.path = package.path .. ";/storage-solution/?.lua" local ra = require("storage-solution/tiny_ra_library") ``` - -Example program (takes sand out of your inventory while you're farming sand): +### Example program #1 (Auto Eat): +You can get this application at [https://p.reconnected.cc/woSsaCFGg](https://p.reconnected.cc/woSsaCFGg) +### Example program #2 (takes sand out of your inventory while you're farming sand): ```lua package.path = package.path .. ";/storage-solution/?.lua" local ra = require("storage-solution/tiny_ra_library")