summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2018-10-25 14:06:14 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-10-25 16:40:22 -0700
commit00082352e9536ebac4d8b7cab4ba95252233c1fe (patch)
tree034ce5403aad0e06322ea66fdad7e3e4da8032a6
parent231bb9cfb6058a5eef2564665d16d6ff01fd70f8 (diff)
doc: update TS and V8 version in README file
Refs: https://github.com/denoland/deno/pull/980 Refs: https://github.com/denoland/deno/pull/1041
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc0b5a2f2..23b2be778 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## A secure TypeScript runtime built on V8
-- Supports TypeScript 3.0 out of the box. Uses V8 7.0. That is, it's very modern
+- Supports TypeScript 3.1 out of the box. Uses V8 7.1. That is, it's very modern
JavaScript.
- No `package.json`. No npm. Not explicitly compatible with Node.