Skip to content

Commit 26b092a

Browse files
author
Matt Raffel
committed
fixes misspelling
Signed-off-by: Matt Raffel <[email protected]>
1 parent 32686e2 commit 26b092a

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# LibSovToken
2020

21-
Adds Sovrin's token functionality to HyperLedger's Indy-SDK.
21+
Adds Sovrin's token functionality to HyperLedger's Indy-SDK.
2222

2323

2424
<a id="requirements"></a>
@@ -45,25 +45,25 @@ Adds Sovrin's token functionality to HyperLedger's Indy-SDK.
4545

4646
git clone https://github.com/hyperledger/indy-sdk.git
4747
cd indy-sdk
48-
git checkout stable
48+
git checkout stable
4949
cd libindy
50-
cargo clean
50+
cargo clean
5151
cargo update
5252
cargo build
53-
53+
5454
Libsovtoken build needs to know how to find Indy-SDK. This is done
5555
through the environment variable LIBINDY_DIR.
56-
56+
5757
Create an environment variable LIBINDY_DIR. Have it point the directory
5858
containing indy-sdk binaries.
59-
59+
6060
Use `pwd` to get path to current directory
61-
61+
6262
Add this to your bash profile:
63-
64-
# EXAMPLE
63+
64+
# EXAMPLE
6565
export LIBINDY_DIR='/my/path/to/indy-sdk/libindy/target/debug/'
66-
66+
6767
*Note* anytime you get latest for indy-sdk, you must rebuild the
6868
libraries before building libsovtoken, as the libsovtoken build does not
6969
compile indy-sdk.
@@ -78,12 +78,12 @@ Adds Sovrin's token functionality to HyperLedger's Indy-SDK.
7878

7979
### Build the pool
8080

81-
cd devops/indy-pool/ && docker build -t indy_pool .
81+
cd devops/indy-pool/ && docker build -t indy_pool .
8282

8383

84-
<a id="run-the-poool"></a>
84+
<a id="run-the-pool"></a>
8585

86-
### run the poool
86+
### run the pool
8787

8888
docker run -itd -p 9701-9708:9701-9708 indy_pool
8989

@@ -110,4 +110,3 @@ Adds Sovrin's token functionality to HyperLedger's Indy-SDK.
110110
## How To Contribute
111111

112112
Please follow the guide [here](./doc/pull-request.md).
113-

0 commit comments

Comments
 (0)