Skip to content

Commit e9f2957

Browse files
committed
[FAB-17062] Fix typos in Commercial Paper readme
This patch fixes some typos in Commercial Paper readme. Signed-off-by: Tatsuya Sato <Tatsuya.Sato@hal.hitachi.com>
1 parent 4c0cc56 commit e9f2957

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

commercial-paper/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ You are strongly advised to read the full tutorial to get information about the
1919

2020
1) Start the Hyperledger Fabric infrastructure
2121

22-
_although the scenario has two organizations, the 'basic' or 'developement' Fabric infrastructure will be used_
22+
_although the scenario has two organizations, the 'basic' or 'development' Fabric infrastructure will be used_
2323

2424
2) Install and Instantiate the Contracts
2525

26-
3) Run client applications in the roles of MagnetoCorp and Digibank to trade the commecial paper
26+
3) Run client applications in the roles of MagnetoCorp and Digibank to trade the commercial paper
2727

2828
- Issue the Paper as Magnetocorp
2929
- Buy the paper as DigiBank
3030
- Redeem the paper as DigiBank
3131

3232
## Setup
3333

34-
You will need a a machine with the following
34+
You will need a machine with the following
3535

3636
- Docker and docker-compose installed
37-
- Node.js v8 if you want to run Javascript client applications
37+
- Node.js v8 if you want to run JavaScript client applications
3838
- Java v8 if you want to run Java client applications
3939
- Maven to build the Java applications
4040

@@ -47,7 +47,7 @@ git clone https://github.com/hyperledger/fabric-samples.git
4747
cd fabric-samples/commercial-paper
4848
```
4949

50-
This `README.md` file is in the the `commercial-paper` directory, the source code for client applications and the contracts ins in the `ogranization` directory, and some helper scripts are in the `roles` directory.
50+
This `README.md` file is in the `commercial-paper` directory, the source code for client applications and the contracts ins in the `organization` directory, and some helper scripts are in the `roles` directory.
5151

5252
## Running the Infrastructure
5353

@@ -57,7 +57,7 @@ You can cancel this if you wish to reuse the terminal, but it's best left open.
5757

5858
### Install and Instantiate the contract
5959

60-
The contract code is available as either JavaScript or Java. You can use either one, and the choice of contract language does not affect the choice of client langauge.
60+
The contract code is available as either JavaScript or Java. You can use either one, and the choice of contract language does not affect the choice of client language.
6161

6262
In your 'MagnetoCorp' window run the following command
6363

@@ -91,7 +91,7 @@ docker exec cliMagnetoCorp peer chaincode instantiate -n papercontract -v 0 -l j
9191
9292
## Client Applications
9393

94-
Note for Java applications you will need to compile the Java Code using maven. Use this command in each application-java directory
94+
Note for Java applications you will need to compile the Java Code using maven. Use this command in each application-java directory
9595

9696
```
9797
mvn clean package
@@ -104,7 +104,7 @@ npm install
104104
```
105105

106106

107-
> Note that there is NO dependency between the langauge of any one client application and any contract. Mix and match as you wish!
107+
> Note that there is NO dependency between the language of any one client application and any contract. Mix and match as you wish!
108108
109109
### Issue the paper
110110

0 commit comments

Comments
 (0)