mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
Fix badges
Add gitter link.
This commit is contained in:
parent
229e3b80c5
commit
2830023f65
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue