diff --git a/examples/README.md b/examples/README.md index 63c9a28..f40157d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,11 +5,13 @@ After cloning the repo, open the terminal into the root directory of the project, and run the following: ```bash -[lark]$ python -m examples. +``` For example, the following will parse all the Python files in the standard library of your local installation: -$ python -m examples.python_parser +```bash +[lark]$ python -m examples.python_parser ``` ### Beginners