diff --git a/docs/develop/javascript/networking.md b/docs/develop/javascript/networking.md index 93ff67dd..0e0db75a 100644 --- a/docs/develop/javascript/networking.md +++ b/docs/develop/javascript/networking.md @@ -15,9 +15,9 @@ The networking API in WasmEdge is non-blocking and hence supports asynchronous I ## Prerequisites -Make sure that [you have Rust and WasmEdge installed](../setup.md). To make HTTPS requests, install the [WasmEdge TLS plug-in](../../../start/install.md#tls-plug-in). +[Install WasmEdge](../../../start/install.md). To make HTTPS requests, install the [WasmEdge TLS plug-in](../../../start/install.md#tls-plug-in). -Then, [install WasmEdge-QuickJS](./hello_world#prerequisites). Make sure that the `modules` directory is located in your local directory where you want to execute the `wasmedge` command. +[Install WasmEdge-QuickJS](./hello_world#prerequisites). Make sure that the `modules` directory is located in your local directory where you want to execute the `wasmedge` command. ## Fetch client