diff --git a/README.md b/README.md index 5e00327..ff6a50a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Supports all of the current WASI subsystems: - [Clocks](#clocks): Allow / Deny - [Environment](#env): Set environment variables, configure host environment variable permissions - [Exit](#exit): Allow / Deny -- [Filesystem](#filesystem): Mount a read-only filesystem, configure host filesystem preopen remappings or pass-through. +- [Filesystem](#fs): Mount a read-only filesystem, configure host filesystem preopen remappings or pass-through. - [HTTP](#http): Allow / Deny - [Random](#random): Allow / Deny - [Sockets](#sockets): Allow / Deny @@ -226,4 +226,4 @@ See [LICENSE](LICENSE) for more details. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, -shall be licensed as above, without any additional terms or conditions. \ No newline at end of file +shall be licensed as above, without any additional terms or conditions.