Browse Source

Docs: Fixup

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.6
Erez Shinan 6 years ago
parent
commit
817881bb07
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      examples/README.md

+ 4
- 2
examples/README.md View File

@@ -5,11 +5,13 @@
After cloning the repo, open the terminal into the root directory of the project, and run the following: After cloning the repo, open the terminal into the root directory of the project, and run the following:


```bash ```bash
[lark]$ python -m examples.<name_of_example}
[lark]$ python -m examples.<name_of_example>
```


For example, the following will parse all the Python files in the standard library of your local installation: 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 ### Beginners


Loading…
Cancel
Save