From 4d994af7481c37297dc5f29db646c2b78cac8a36 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Thu, 27 Jun 2024 20:29:56 +0900 Subject: [PATCH] typo --- docs/embed/quick-start/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/embed/quick-start/install.md b/docs/embed/quick-start/install.md index 63f08785..8b449486 100644 --- a/docs/embed/quick-start/install.md +++ b/docs/embed/quick-start/install.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Install Notes -To use a kind of WasmEdge language SDK, you must install WasmEdge itself first. Please be noted, he version of WasmEdge's language SDKs should be the same as the version of WasmEdge. For example, If you want to use WasmEdge Go SDK v{{ wasmedge_go_version }}, then your WasmEdge version must be {{ wasmedge_go_version }} as well. +To use a kind of WasmEdge language SDK, you must install WasmEdge itself first. Please be noted, the version of WasmEdge's language SDKs should be the same as the version of WasmEdge. For example, If you want to use WasmEdge Go SDK v{{ wasmedge_go_version }}, then your WasmEdge version must be {{ wasmedge_go_version }} as well. :::note