From a5c3bb16137788802d666fa5a305c3a83a1b0777 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 21 Aug 2021 09:28:50 -0700 Subject: [PATCH] update readme --- ffi/cpp/examples/fixeddecimal_wasm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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