summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9bc4000d..6ece01d91 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.