File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ To see all the accounts on the network, run:
256256```
257257
258258This will list the active accounts on the network, along with their assets.
259- Like this:
259+ It will look like this:
260260
261261``` rust
262262Account {
Original file line number Diff line number Diff line change @@ -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 the future, they will be published in the main NPM Registry. To
24- install these packages, you first need to set up a registry:
23+ Registry. In the future, they will be published in the main NPM Registry.
24+ To 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 just need
43- 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
43+ need 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.
You can’t perform that action at this time.
0 commit comments