Skip to content

Commit 67b9705

Browse files
authored
Fix formatting of example links in README.md
1 parent 9843b49 commit 67b9705

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@ evo.run()
175175

176176
#### More examples
177177

178-
All: https://github.com/andrehora/gitevo/tree/main/examples
179-
Python: https://github.com/andrehora/gitevo/blob/main/examples/python.py
180-
JS: https://github.com/andrehora/gitevo/blob/main/examples/javascript.py
181-
TS: https://github.com/andrehora/gitevo/blob/main/examples/typescript.py
182-
Java: https://github.com/andrehora/gitevo/blob/main/examples/java.py
183-
FastAPI: https://github.com/andrehora/gitevo/blob/main/examples/fastapi.py
178+
- All: https://github.com/andrehora/gitevo/tree/main/examples
179+
- Python: https://github.com/andrehora/gitevo/blob/main/examples/python.py
180+
- JS: https://github.com/andrehora/gitevo/blob/main/examples/javascript.py
181+
- TS: https://github.com/andrehora/gitevo/blob/main/examples/typescript.py
182+
- Java: https://github.com/andrehora/gitevo/blob/main/examples/java.py
183+
- FastAPI: https://github.com/andrehora/gitevo/blob/main/examples/fastapi.py
184184

185185
#### More info about `tree_sitter.Node`
186186

0 commit comments

Comments
 (0)