From 8f0780439e48c031bdaf79aec0863dc18c1d3dcd Mon Sep 17 00:00:00 2001 From: vms Date: Sun, 7 Apr 2019 11:11:08 +0300 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6524343..bc8063d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # wasm-module-name Console utility to show and change optional Wasm module names + +## Usage + +The utility supports `show` and `set` commands: + +```bash + +~ $ wasm-module-name show test.wasm +The module name + +~ $ wasm-module-name set test.wasm test + +~ $ wasm-module-name show test.wasm +The module name test +```