diff --git a/README.md b/README.md index 3b6e9a1..d3d59fd 100644 --- a/README.md +++ b/README.md @@ -54,20 +54,20 @@ If you want to list only embedded files in the contracts folder, simply run: To execute a specific slangroom file, use the following command: ```bash -out/bin/./twinroom +./out/bin/twinroom ``` If the file is embedded in the `contracts` folder , you can also run it directly by providing just the filename: ```bash -out/bin/./twinroom +./out/bin/twinroom ``` Or if it is in a subdir of `contracts`: ```bash -out/bin/./twinroom +./out/bin/twinroom ``` ### Daemon Mode