From e109941bd256b276ea3a68717bf519a5b3a08ff1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 21 Feb 2019 23:22:44 -0500 Subject: [PATCH] Improve readme (#1822) --- README.md | 15 +++++++++------ tools/upload_website.py | 2 +- website/index.html | 6 +++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f726afb2de..89b1682ec0 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,23 @@ | :------------------------: | :------------------------: | | [![][tci badge]][tci link] | [![][avy badge]][avy link] | -See documentation at https://deno.land/ - [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) diff --git a/tools/upload_website.py b/tools/upload_website.py index c014888cab..0f9ce91641 100755 --- a/tools/upload_website.py +++ b/tools/upload_website.py @@ -12,7 +12,7 @@ os.chdir(os.path.join(root_path, "website")) # Invalidate the cache. run([ "aws", "cloudfront", "create-invalidation", "--distribution-id", - "E3NZSZMS5TZ0OU", "--paths", "/*" + "E2HNK8Z3X3JDVG", "--paths", "/*" ]) run(["aws", "s3", "sync", ".", "s3://deno.land/"]) diff --git a/website/index.html b/website/index.html index 8e374d03ae..8415847334 100644 --- a/website/index.html +++ b/website/index.html @@ -14,13 +14,13 @@
+ -

Deno

- A new way to JavaScript + A browser-like command line runtime
@@ -121,7 +121,7 @@ main(); Manual

-

API Reference

+

API Reference

Style Guide