Skip to content

Commit 723258c

Browse files
authored
Merge pull request hyperledger-indy#705 from lodo1995/patch-1
Fix wording in `samples/python/README.md`
2 parents 7a98874 + 82e004d commit 723258c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Each sample can be run individually with `python -m src.<filename without extens
44

55
`python -m src.main` will run all samples sequentially.
66

7-
Some of the samples like `ledger.py`, `getting_started.py` and `main.py` requires validators running. It expects the validators to be either at localhost (127.0.0.1) or an IP configured at environment varaible `TEST_POOL_IP`. There is a validator pool that can be used which resides at `doc/getting-started/docker-compose.yml`, which runs at IP 10.0.0.2.
7+
Some of the samples like `ledger.py`, `getting_started.py` and `main.py` require validators running. They expect the validators to be running either at localhost (127.0.0.1) or at an IP configured in the environment variable `TEST_POOL_IP`. There is a validator pool that can be used which resides at `doc/getting-started/docker-compose.yml`, which runs at IP 10.0.0.2.

0 commit comments

Comments
 (0)