From 5c6d31bcb51dbedd2fecca7eb3f5263152808011 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Thu, 15 Sep 2022 15:48:58 +0100 Subject: [PATCH] README fix --- clients/webassembly/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/webassembly/README.md b/clients/webassembly/README.md index d18c0db8c8..be3a2e456a 100644 --- a/clients/webassembly/README.md +++ b/clients/webassembly/README.md @@ -37,6 +37,6 @@ To be clear, this is not something that most JS developers need to worry about, If you're a Nym platform developer who's made changes to the Rust (or JS) files and wants to re-publish the package to NPM, here's how you do it: -1. `wasm-pack build --scope nymproject` builds the wasm binaries into the `pkg` directory (not in source control) -2. bump version numbers as necessary for SemVer +1. bump version numbers as necessary for SemVer +2. `wasm-pack build --scope nymproject` builds the wasm binaries into the `pkg` directory (not in source control) 3. `wasm-pack publish --access=public` will publish your changed package to NPM