Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgSkv authored Dec 8, 2024
1 parent 5234ebb commit 1c896bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ python3 -m logica
# To print SQL for HelloWorld program.
python3 -m logica - print Greet <<<'@Engine("sqlite"); Greet(greeting: "Hello world!")'
# To run HelloWorld program on SQLite.
python3 -m logica - print Greet <<<'@Engine("sqlite"); Greet(greeting: "Hello world!")'
python3 -m logica - run Greet <<<'@Engine("sqlite"); Greet(greeting: "Hello world!")'
```

If your `PATH` includes Python's `bin` folder then you will also be able to
Expand Down

0 comments on commit 1c896bd

Please sign in to comment.