0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00
This commit is contained in:
Daniel García Aubert 2018-06-07 21:44:05 +02:00
parent 58eb14031d
commit 85306cab65

View file

@ -61,7 +61,7 @@ And examples are around here: [testdata/004_set_timeout.ts](https://github.com/r
Roadmap is [here](https://github.com/ry/deno/blob/master/TODO.txt). Roadmap is [here](https://github.com/ry/deno/blob/master/TODO.txt).
Also see this preentation http://tinyclouds.org/jsconf2018.pdf Also see this presentation http://tinyclouds.org/jsconf2018.pdf
## Compile instructions ## Compile instructions
@ -140,4 +140,3 @@ make fmt # Formats the code.
make clean # Cleans the build. make clean # Cleans the build.
``` ```