summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-29 04:28:32 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-29 04:34:44 -0400
commit0ea603d96eeefa12095a713900ef645ed3ca2560 (patch)
tree0d073b266db7beac8f471256ddd689a18d4a7a00 /README.md
parentb6c0ad15fae9f747dbf91525caf6189beb358f76 (diff)
Support using deno as a library
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a5d03dfc..fa34da225 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,9 @@ A JavaScript runtime using V8 6.8 and Go.
* Aims to be browser compatible.
+* Can be used as a library to easily build your own JavaScript runtime.
+ https://github.com/ry/deno/blob/master/cmd/main.go
+
## Status