summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-03-05 00:01:32 -0500
committerBert Belder <bertbelder@gmail.com>2019-03-04 21:01:32 -0800
commite23d0b3452f52c6162ded9d0266f2121061ecfce (patch)
treec1896c6e8951d6d28218157324049f799694616a /README.md
parent75fe80d5a4992ddad89160c2e0113a1af8d3d24a (diff)
Improve tagline in README (#1881)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77d2f9d3c..86f657bd0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# deno
+A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio
+
| **Linux & Mac** | **Windows** |
| :------------------------: | :------------------------: |
| [![][tci badge]][tci link] | [![][avy badge]][avy link] |
@@ -10,8 +12,6 @@
[tci badge]: https://travis-ci.com/denoland/deno.svg?branch=master
[tci link]: https://travis-ci.com/denoland/deno
-Deno is a browser-like command line program for executing JavaScript.
-
Deno aims to provide a productive and secure scripting environment for the
modern programmer. It is built on top of V8, Rust, and TypeScript.