Skip to content

Commit befe787

Browse files
committed
CONTRIBUTING: use console instead of sh
1 parent 979eb67 commit befe787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Developing and testing this package requires an up-to-date installation of [Go](
1010

1111
Tests are supported under both Go and TinyGo, on Linux, macOS, and WebAssembly.
1212

13-
```sh
13+
```console
1414
go test ./...
1515
tinygo test ./...
1616
```
1717

1818
Testing with WebAssembly (`wasip1`) requires an installation of [`go_wasip1_wasm32_exec`](https://go.dev/blog/wasi) and [Wasmtime](https://wasmtime.dev). WASI 0.2 `wasip2` is supported under TinyGo version 0.33.0 or later.
1919

20-
```sh
20+
```console
2121
GOARCH=wasm GOOS=wasip1 go test ./...
2222
GOARCH=wasm GOOS=wasip1 tinygo test ./...
2323
tinygo test -target=wasip2 ./... # requires TinyGo 0.33.0 or later

0 commit comments

Comments
 (0)