diff options
author | Karl Horky <karl.horky@gmail.com> | 2018-07-31 13:21:52 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-01 14:59:37 -0400 |
commit | 2adc9bd5808c400ceeb46ef61a32cf1abe80a7aa (patch) | |
tree | ca05d40c6cd94dda39f1a268edf1e1033bf1c100 | |
parent | 6b6fac209c97d5961ea875d4b22f66fa97272876 (diff) |
Update protobuf link to flatbuffer
Ref: https://github.com/ry/deno/pull/330
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ code. Defaults to read-only file system access and no network access. Access between V8 (unprivileged) and Golang (privileged) is only done via serialized messages defined in this - [protobuf](https://github.com/ry/deno/blob/master/src/msg.proto). This makes it + [flatbuffer](https://github.com/ry/deno/blob/master/src/msg.fbs). This makes it easy to audit. To enable write access explicitly use `--allow-write` and `--allow-net` for network access. |