From 2c5ed15b36951dbb33129bc19c77412eedb17e12 Mon Sep 17 00:00:00 2001 From: Balazs Komuves Date: Tue, 10 Dec 2024 11:27:26 +0100 Subject: [PATCH] Update visualization README to include npx option to disable caching --- tooling/web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/web/README.md b/tooling/web/README.md index d1179fdb..ea7ea11d 100644 --- a/tooling/web/README.md +++ b/tooling/web/README.md @@ -6,7 +6,7 @@ Web based witness visualization With `node.js`: - $ npx http-server + $ npx http-server -c-1 $ open http://127.0.0.1:8080 Or with `python3`: