From f073b126eb4921dae31fb1dd4fb210b3c9746732 Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Sat, 19 Aug 2023 19:59:14 -0500 Subject: [PATCH] Update install instructions Signed-off-by: Michael Yuan --- docs/develop/javascript/networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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