Skip to content

Commit

Permalink
Fix typo in README (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptxmac authored Sep 11, 2022
1 parent 2318ccb commit 8ed5a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package provides a thin wrapper around [goja](https://github.com/dop251/goj
go get github.com/clarkmcc/go-typescript

## Examples
* [Transpile Typescript](examples/typescript_evaluate_test.go)
* [Transpile Typescript](examples/typescript_test.go)
* [Transpile and Evaluate Typescript](examples/typescript_evaluate_test.go)
* [AMD Modules](examples/typescript_amd_modules_test.go)
* [Context Cancellation](examples/typescript_context_test.go)

0 comments on commit 8ed5a9d

Please sign in to comment.