summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-02 23:39:58 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-08-03 10:28:02 -0400
commit2830023f658c146af114686b1d79549ed2e7d883 (patch)
tree63f855466b36f361d1f192df49cf204e09962223
parent229e3b80c5d8a50ee4d29e9bfc8ba9482b4a9ff7 (diff)
Fix badges
Add gitter link.
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2c81c8389..fdf6186a6 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
# deno
-Linux [![Linux](https://travis-ci.com/denoland/deno.svg?branch=master)](https://travis-ci.com/denoland/deno)
-Window [![Windows](https://ci.appveyor.com/api/projects/status/cc7nd82n34xo4nym/branch/master?svg=true)](https://ci.appveyor.com/project/ry91293/deno/branch/master)
+| **Linux** | **Windows** |
+|:---------------:|:-----------:|
+| [![Travis](https://travis-ci.com/denoland/deno.svg?branch=master)](https://travis-ci.com/denoland/deno) | [![Appveyor](https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x?branch=master&svg=true)](https://ci.appveyor.com/project/deno/deno) |
+
## A secure TypeScript runtime built on V8
@@ -63,6 +65,8 @@ Progress towards first release is tracked
Roadmap is [here](https://github.com/denoland/deno/blob/master/Roadmap.md).
Also see [this presentation](http://tinyclouds.org/jsconf2018.pdf).
+[Chat room](https://gitter.im/denolife/Lobby).
+
## Build instructions