Skip to content

Commit 5bb2000

Browse files
committed
Clean up README
1 parent 2913836 commit 5bb2000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ From the CLI:
3636

3737
```sh
3838
$ stree ast --plugins=json file.json
39-
(root children=[(tag name="span" value="Hello, world!")])
39+
(root object=(object values={"Hello"=>(literal value="world!")}))
4040
```
4141

4242
or
4343

4444
```sh
4545
$ stree format --plugins=json file.json
46-
%span Hello, world!
46+
{ "Hello": "world!" }
4747
```
4848
4949
or

0 commit comments

Comments
 (0)