From 2adc9bd5808c400ceeb46ef61a32cf1abe80a7aa Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Tue, 31 Jul 2018 13:21:52 +0200 Subject: [PATCH] Update protobuf link to flatbuffer Ref: https://github.com/ry/deno/pull/330 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9bc4000d72a81..6ece01d9156a12 100644 --- a/README.md +++ b/README.md @@ -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.