diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-21 23:22:44 -0500 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-02-21 20:22:44 -0800 |
commit | e109941bd256b276ea3a68717bf519a5b3a08ff1 (patch) | |
tree | ec5ca1a026deb34664f11971b8be45d178713cfa /README.md | |
parent | 9d025facaa9b97a27d751dbcd67d8c003c77f3c2 (diff) |
Improve readme (#1822)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -4,20 +4,23 @@ | :------------------------: | :------------------------: | | [![][tci badge]][tci link] | [![][avy badge]][avy link] | -See documentation at https://deno.land/ - <!-- prettier-ignore --> [avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true [avy link]: https://ci.appveyor.com/project/deno/deno [tci badge]: https://travis-ci.com/denoland/deno.svg?branch=master [tci link]: https://travis-ci.com/denoland/deno -Deno uses Rust, V8, and TypeScript to provide a productive and secure scripting -environment for the modern programmer. +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. + +Please read the [introduction](https://deno.land/manual.html#introduction) for +more specifics. [Website](https://deno.land/) -[Manual](https://deno.land/manual.html#introduction) +[Manual](https://deno.land/manual.html) [Install](https://github.com/denoland/deno_install) @@ -29,6 +32,6 @@ environment for the modern programmer. [Releases](Releases.md) -[Chat root](https://gitter.im/denolife/Lobby) +[Chat](https://gitter.im/denolife/Lobby) [More links](https://github.com/denolib/awesome-deno) |