Skip to content

Commit 8ed5a9d

Browse files
authored
Fix typo in README (#8)
1 parent 2318ccb commit 8ed5a9d

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
@@ -12,7 +12,7 @@ This package provides a thin wrapper around [goja](https://github.com/dop251/goj
1212
go get github.com/clarkmcc/go-typescript
1313

1414
## Examples
15-
* [Transpile Typescript](examples/typescript_evaluate_test.go)
15+
* [Transpile Typescript](examples/typescript_test.go)
1616
* [Transpile and Evaluate Typescript](examples/typescript_evaluate_test.go)
1717
* [AMD Modules](examples/typescript_amd_modules_test.go)
1818
* [Context Cancellation](examples/typescript_context_test.go)

0 commit comments

Comments
 (0)