From ce58116f3e9bf6f41e4420eae092c88ce7212d5d Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Mon, 30 Jul 2018 10:48:01 -0400 Subject: [PATCH] fix(readme): only list init docs once --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dd9202f..ef133f3 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,8 @@ visiting that repo! ## 🎙️ Commands -- [`init`](docs/init.md): [**Deprecated**] Initialize an npm wasm pkg from a rustwasm crate -- [`build`](docs/build.md): Generate an npm wasm pkg from a rustwasm crate - [`init`](docs/init.md): Generate an npm wasm pkg from a rustwasm crate +- [`build`](docs/build.md): Generate an npm wasm pkg from a rustwasm crate - [`pack` and `publish`](docs/pack-and-publish.md): Create a tarball of your rustwasm pkg and/or publish to a registry ## 📝 Logging