diff --git a/ffi/cpp/examples/fixeddecimal_wasm/README b/ffi/cpp/examples/fixeddecimal_wasm/README index 71067409b34..1299d40bf02 100644 --- a/ffi/cpp/examples/fixeddecimal_wasm/README +++ b/ffi/cpp/examples/fixeddecimal_wasm/README @@ -4,4 +4,4 @@ You need the [Emscripten SDK](https://emscripten.org/docs/getting_started/downlo There are two ways to run the test. Firstly, you can call `make test`, which runs `node node-test.js` after building the appropriate WASM files. This runs a CLI test with the fixed decimal example in test.cpp. -The other way is to run `make serve`, which will serve `localhost:8000/web-version.html`, which can run the test from test.cpp in your browser. +The other way is to run `make serve`, which will open a web page running test.cpp in your browser. \ No newline at end of file