Skip to content

Commit b9cb31e

Browse files
Post review update.
1 parent f6ed8a3 commit b9cb31e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

functions/tree-sitter/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,16 @@ The tool streams back a series of json code ranges.
6060

6161
## Aside on tool creation
6262

63-
This tool itself was generated by an LLM.
63+
This tool itself was co-authored alongside gpt-4.
6464

6565
## Using the container
6666

6767
The tool can also be called directly using `docker run`.
6868

6969
```sh
70-
docker run --rm -i vonwig/tree-sitter -lang python -query "(module (function_definition) @top-level)" < <(echo "def hello():\n\tprint(\"hello\")")
70+
docker run --rm -i vonwig/tree-sitter \
71+
-lang python \
72+
-query "(module (function_definition) @top-level)" \
73+
< <(echo "def hello():\n\tprint(\"hello\")")
7174
```
7275

0 commit comments

Comments
 (0)