diff options
author | Florian Hämmerle <lusbuab@users.noreply.github.com> | 2018-05-29 08:00:12 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 02:25:18 -0400 |
commit | 8631e44449fb312ba243efba3ddf298df903a68e (patch) | |
tree | f9ef66524e62c2b30f059afad274edc36e96aedd | |
parent | 1d71f93e2f96bb2b035cd075ef4113eb86d719a1 (diff) |
fix typo: privlaged -> privileged
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ A JavaScript runtime using V8 6.8 and Go. * File system and network access can be controlled in order to run sandboxed code. Defaults to read-only file system access. Access between V8 - (unprivlaged) and Golang (privlaged) is only done via serialized messages + (unprivileged) and Golang (privileged) is only done via serialized messages defined in this protobuf: https://github.com/ry/deno/blob/master/msg.proto This makes it easy to audit. |