From 8ed5a9de1a942b43e9d5466f01bcb2b149e60883 Mon Sep 17 00:00:00 2001 From: Peter Kristensen Date: Sun, 11 Sep 2022 18:23:03 +0200 Subject: [PATCH] Fix typo in README (#8) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b5ac3..01b8f61 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file