Skip to content

Commit

Permalink
fix(examples): fix some typo of README on examples/electricity-trade
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma TAKEUCHI <takeuchi.takuma@fujitsu.com>
  • Loading branch information
takeutak committed Mar 7, 2021
1 parent 261c17b commit d846a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/electricity-trade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Before you begin, you need to check that you have all the prerequisites installe
```
- Execute the intkey transaction:
```
intkey create_batch --key-name MI000001 --value-set 50 --value-inc 24`
`sawtooth batch submit -f batches.intkey --url http://rest-api:8008
intkey create_batch --key-name MI000001 --value-set 50 --value-inc 24
sawtooth batch submit -f batches.intkey --url http://rest-api:8008
```
- (In the above, the value of the key `MI000001` is set as 50, and increased by 24)
- After that, exit the docker bash:
Expand Down

0 comments on commit d846a88

Please sign in to comment.