Skip to content

Commit 8cd750e

Browse files
Update README.md
1 parent 2996669 commit 8cd750e

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
@@ -1,6 +1,6 @@
11
# AST Visualizer for JS
22

3-
Paste or type code into the editor and inspect the visualization of generated AST: [ast-visualization](https://adorableredpanda.github.io/ast-visualization/).
3+
Paste or type code into the editor and inspect the visualization of generated AST: [AST Visualizer](https://adorableredpanda.github.io/ast-visualization/).
44

55
Supports JavaScript (JS), TypeScript (TS), and JSX; requires web workers to be available in the browser.
66

@@ -10,4 +10,4 @@ Inspired by [AST Explorer](https://astexplorer.net/).
1010
#### TODO:
1111
* fix highlighting positions
1212
* lazy graph rendering
13-
* nodes/edges inspection
13+
* nodes/edges inspection

0 commit comments

Comments
 (0)