Skip to content

Commit

Permalink
Update protobuf link to flatbuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored and ry committed Aug 1, 2018
1 parent 6b6fac2 commit 2adc9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2adc9bd

Please sign in to comment.