diff options
author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-01-28 19:54:09 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-28 11:54:09 -0500 |
commit | 7c4265159a26d2abff51c088f485fe09e9766856 (patch) | |
tree | 264041ceca2aa229217c03eaad9288836975bdb1 | |
parent | 2a69abdefdb64ac5660b211405a6d3a658d341d3 (diff) |
Change subtitle to 'A new way to JavaScript' (#1603)
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | website/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ | :------------------------: | :------------------------: | | [![][tci badge]][tci link] | [![][avy badge]][avy link] | -## A secure JavaScript / TypeScript runtime built on V8 +## A new way to JavaScript. - Supports TypeScript out of the box. Uses a recent version of V8. That is, it's very modern JavaScript. diff --git a/website/index.html b/website/index.html index d34e8e870..6d1b00df1 100644 --- a/website/index.html +++ b/website/index.html @@ -29,7 +29,7 @@ </tr> </table> - <p>Deno is a secure JavaScript / TypeScript runtime built on V8 + <p>A new way to JavaScript <p> <a href="https://github.com/denoland/deno">github.com/denoland/deno</a> |