@@ -20,8 +20,8 @@ The Iroha 2 JavaScript library consists of multiple packages:
2020| <code class =" whitespace-pre " >crypto-target-bundler</code > | Provides compiled crypto WASM to use with bundlers such as Webpack |
2121
2222All of these are published under the ` @iroha2 ` scope into Iroha Nexus
23- Registry. In future, they will be published in the main NPM Registry. To
24- install these packages, firstly you need to setup a registry:
23+ Registry. In the future, they will be published in the main NPM Registry. To
24+ install these packages, you first need to set up a registry:
2525
2626``` ini
2727# FILE: .npmrc
@@ -39,8 +39,8 @@ pnpm add @iroha2/crypto-target-web
3939The set of packages that you need to install depends on your intention.
4040Maybe you only need to play with the Data Model to perform
4141(de-)serialisation, in which case the ` data-model ` package is enough. If
42- you only need to check on a peer in terms of its status or health, you need
43- only the client library, because this API doesn't require any interactions
42+ you only need to check on a peer in terms of its status or health, you just need
43+ the client library, because this API doesn't require any interactions
4444with crypto or Data Model.
4545
4646For the purposes of this tutorial, it's better to install everything.
@@ -77,7 +77,7 @@ any convenience features like a `TransactionBuilder` or a `ConfigBuilder`.
7777::: info
7878
7979The work on implementing those is underway, and these features will very
80- likely be available with the second round of this tutorial's release.
80+ likely be available in the second round of this tutorial's release.
8181
8282:::
8383
@@ -782,7 +782,7 @@ onBeforeUnmount(stopListening)
782782</template>
783783```
784784
785- That's it! Finally, we should only wrap it up with the ` App.vue ` component
785+ That's it! Finally, we just need to wrap it up with the ` App.vue ` component
786786and the ` app ` entrypoint:
787787
788788``` vue
0 commit comments