From 19e39d44ff7ea63ace4d136d3afa1a699bc89fe5 Mon Sep 17 00:00:00 2001 From: Michael Tiller Date: Thu, 11 Nov 2021 07:27:29 -0500 Subject: [PATCH] Indicate TypeScript support This change makes it clear that the Javascript SDK supports TypeScript. In fact, it is written in TypeScript. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e08e8dd52..9d5098e4b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ In addition to the documentation mentioned above, there is also an - [CSharp](https://github.com/cloudevents/sdk-csharp) - [Go](https://github.com/cloudevents/sdk-go) - [Java](https://github.com/cloudevents/sdk-java) -- [Javascript](https://github.com/cloudevents/sdk-javascript) +- [Javascript/TypeScript](https://github.com/cloudevents/sdk-javascript) - [PHP](https://github.com/cloudevents/sdk-php) - [Python](https://github.com/cloudevents/sdk-python) - [Ruby](https://github.com/cloudevents/sdk-ruby)