Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ekaterina Mekhnetsova <[email protected]>
  • Loading branch information
outoftardis authored and appetrosyan committed Jun 8, 2022
1 parent 158789a commit 4de14b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/guide/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ To see all the accounts on the network, run:
```

This will list the active accounts on the network, along with their assets.
Like this:
It will look like this:

```rust
Account {
Expand Down
8 changes: 4 additions & 4 deletions src/guide/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The Iroha 2 JavaScript library consists of multiple packages:
| <code class="whitespace-pre">crypto-target-bundler</code> | Provides compiled crypto WASM to use with bundlers such as Webpack |

All of these are published under the `@iroha2` scope into Iroha Nexus
Registry. In the future, they will be published in the main NPM Registry. To
install these packages, you first need to set up a registry:
Registry. In the future, they will be published in the main NPM Registry.
To install these packages, you first need to set up a registry:

```ini
# FILE: .npmrc
Expand All @@ -39,8 +39,8 @@ pnpm add @iroha2/crypto-target-web
The set of packages that you need to install depends on your intention.
Maybe you only need to play with the Data Model to perform
(de-)serialisation, in which case the `data-model` package is enough. If
you only need to check on a peer in terms of its status or health, you just need
the client library, because this API doesn't require any interactions
you only need to check on a peer in terms of its status or health, you just
need the client library, because this API doesn't require any interactions
with crypto or Data Model.

For the purposes of this tutorial, it's better to install everything.
Expand Down

1 comment on commit 4de14b2

@vercel
Copy link

@vercel vercel bot commented on 4de14b2 Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

iroha-2-docs – ./

iroha-2-docs-git-master-0x009922.vercel.app
iroha-2-docs-0x009922.vercel.app

Please sign in to comment.