diff --git a/README.md b/README.md index 73e5d1c..3e54067 100644 --- a/README.md +++ b/README.md @@ -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