diff --git a/README.md b/README.md index 582364413e..2301339527 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | :------------------------: | :------------------------: | | [![][tci badge]][tci link] | [![][avy badge]][avy link] | -## A secure TypeScript runtime built on V8 +## A secure JavaScript / TypeScript runtime built on V8 - Supports TypeScript out of the box. Uses a recent version of V8. That is, it's very modern JavaScript. @@ -50,6 +50,8 @@ - Aims to be browser compatible. +See the website for more info [deno.land](https://deno.land). + ## Install With Python: @@ -80,15 +82,8 @@ Try it: > deno https://deno.land/thumb.ts ``` -See also [deno_install](https://github.com/denoland/deno_install). - -## Status - -Under development. - -We make binary releases [here](https://github.com/denoland/deno/releases). - -Docs are [here](https://github.com/denoland/deno/blob/master/Docs.md). +See [deno_install](https://github.com/denoland/deno_install) for more +installation methods.. [avy badge]: https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true diff --git a/website/index.html b/website/index.html index f7e6a8d677..7adf1ad02c 100644 --- a/website/index.html +++ b/website/index.html @@ -28,16 +28,21 @@ -
Deno is a program for executing JavaScript and TypeScript outside of the - web browser. +
Deno is a secure JavaScript / TypeScript runtime built on V8
github.com/denoland/deno_std + +
github.com/denoland/deno_install + +
github.com/denoland/registry +
Links to other Deno resources.