From 6600251952170dfeb16d5165465d2cd41b6c3cab Mon Sep 17 00:00:00 2001 From: Isaac Clayton Date: Tue, 12 Jul 2022 13:54:00 +0200 Subject: [PATCH] Fix yet another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a4d0626cd..31cfdcbd7f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Zed has a Wasm-based plugin runtime which it currently uses to embed plugins. To rustup target add wasm32-wasi ``` -Plugins can be found in the `plugins` folder in the root. For more information about how plugins work, check the (Plugin Guide)[./crates/plugin_runtime/README.md] in `crates/plugin_runtime/README.md`. +Plugins can be found in the `plugins` folder in the root. For more information about how plugins work, check the [Plugin Guide](./crates/plugin_runtime/README.md) in `crates/plugin_runtime/README.md`. ## Roadmap