diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-02 23:39:58 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-03 10:28:02 -0400 |
commit | 2830023f658c146af114686b1d79549ed2e7d883 (patch) | |
tree | 63f855466b36f361d1f192df49cf204e09962223 | |
parent | 229e3b80c5d8a50ee4d29e9bfc8ba9482b4a9ff7 (diff) |
Fix badges
Add gitter link.
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,9 @@ # deno -Linux [](https://travis-ci.com/denoland/deno) -Window [](https://ci.appveyor.com/project/ry91293/deno/branch/master) +| **Linux** | **Windows** | +|:---------------:|:-----------:| +| [](https://travis-ci.com/denoland/deno) | [](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 |