From a05d9aaead49aa5250ce76f3c97e9d51c7bbde19 Mon Sep 17 00:00:00 2001 From: Kyra Date: Sat, 1 Dec 2018 07:36:48 +0100 Subject: [PATCH] doc: Remove TS and V8 versions from README file (#1258) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ec393f4d8..31295a6b81 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ ## A secure TypeScript runtime built on V8 -- Supports TypeScript 3.1 out of the box. Uses V8 7.1. That is, it's very modern - JavaScript. +- Supports TypeScript out of the box. Uses a recent version of V8. That is, it's + very modern JavaScript. - No `package.json`. No npm. Not explicitly compatible with Node.