Skip to content

Commit bd96bf0

Browse files
authored
Update README to use the name "WASI SDK" consistently (#384)
1 parent a1b8085 commit bd96bf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tar xvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz
7171

7272
## Use
7373

74-
Use the clang installed in the wasi-sdk directory:
74+
Use the clang installed in the `wasi-sdk` directory:
7575

7676
```shell script
7777
export WASI_SDK_PATH=`pwd`/wasi-sdk-${WASI_VERSION_FULL}
@@ -111,10 +111,10 @@ in the install directory.
111111

112112
## Docker Image
113113

114-
We provide a [docker image] including wasi-sdk that can be used for building
114+
We provide a [docker image] including WASI SDK that can be used for building
115115
projects without a separate installation of the SDK. Autotools, CMake, and Ninja
116116
are included in this image, and standard environment variables are set to use
117-
wasi-sdk for building.
117+
WASI SDK for building.
118118

119119
[docker image]: https://github.com/WebAssembly/wasi-sdk/pkgs/container/wasi-sdk
120120

@@ -127,7 +127,7 @@ docker run -v `pwd`:/src -w /src ghcr.io/webassembly/wasi-sdk make
127127

128128
Take note of the [notable limitations](#notable-limitations) below when
129129
building projects, for example many projects will need threads support
130-
disabled in a configure step before building with wasi-sdk.
130+
disabled in a configure step before building with WASI SDK.
131131

132132
## Notable Limitations
133133

0 commit comments

Comments
 (0)