From f0475e84c951aae63af35b02a77da557f33f9507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0pan=C4=9Bl?= Date: Thu, 24 Feb 2022 16:27:27 +0100 Subject: [PATCH] Update readme - Esprima is not written in JS --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 695eabb4b..8a1515505 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ **Esprima** ([esprima.org](http://esprima.org), BSD license) is a high performance, standard-compliant [ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm) -parser written in ECMAScript (also popularly known as -[JavaScript](https://en.wikipedia.org/wiki/JavaScript)). +parser written in [TypeScript](https://www.typescriptlang.org/). Esprima is created and maintained by [Ariya Hidayat](https://twitter.com/ariyahidayat), with the help of [many contributors](https://github.com/jquery/esprima/contributors).