Skip to content

Commit 2fc1d04

Browse files
committed
fix syntax link
1 parent 954da8f commit 2fc1d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ All major types are exported:
9595
import type { AST, Token, CompilerErrorType, ParseErrorType, TokenErrorType, RunFunction } from "pinky-compiler";
9696
```
9797

98-
Additionally, you can import the syntax types listed [here](https://github.com/kevinbatdorf/pinky-compiler/src/syntax.ts).
98+
Additionally, you can import the syntax types listed [here](https://github.com/KevinBatdorf/pinky-compiler/blob/main/src/index.ts).

0 commit comments

Comments
 (0)