Skip to content

Commit 6ef9ba7

Browse files
committed
fix: address captialization issues
Signed-off-by: Simon Gellis <simongellis@gmail.com>
1 parent 34390c6 commit 6ef9ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc-site/docs/tutorials/chains/cardano.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ A Cardano stack can be run in two different ways; with a firefly
1818

1919
> **NOTE**: The cardano-node communicates over a Unix socket, so this will not work on Windows.
2020
21-
Start a local cardano node. The fastest way to do this is to [use mithril](https://mithril.network/doc/manual/getting-started/bootstrap-cardano-node/) to bootstrap the node.
21+
Start a local Cardano node. The fastest way to do this is to [use mithril](https://mithril.network/doc/manual/getting-started/bootstrap-cardano-node/) to bootstrap the node.
2222

23-
For an example of how to bootstrap and run the cardano node in docker, see [the firefly-cardano repo](https://github.com/hyperledger/firefly-cardano/blob/1be3b08d301d6d6eeb5b79e40cf3dbf66181c3de/infra/docker-compose.node.yaml#L4).
23+
For an example of how to bootstrap and run the Cardano node in Docker, see [the firefly-cardano repo](https://github.com/hyperledger/firefly-cardano/blob/1be3b08d301d6d6eeb5b79e40cf3dbf66181c3de/infra/docker-compose.node.yaml#L4).
2424

2525
The cardano-node exposes a Unix socket named `node.socket`. Pass that to firefly-cli. The example below uses `firefly-cli` to
2626
- Create a new Cardano-based stack named `dev` with 1 member.

0 commit comments

Comments
 (0)