Skip to content

Commit 3215805

Browse files
omahs0x009922
andauthored
Fix: typos (#158)
Signed-off-by: omahs <[email protected]> Co-authored-by: 0x009922 <[email protected]>
1 parent 381e247 commit 3215805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ $ yarn add iroha-helpers
2525
```
2626

2727
# Example
28-
In a `example` directory you can find `index.ts` and `chain.ts` files. These files demonstrain main features of iroha-helpers. In the `chain.ts` you can find how to build transaction with several commands and how to deal with batch.
28+
In an `example` directory you can find `index.ts` and `chain.ts` files. These files demonstrate main features of iroha-helpers. In the `chain.ts` you can find how to build transaction with several commands and how to deal with batch.
2929

3030
## Node.js
31-
With node.js you should to create connection to iroha by using `QueryService` and `CommandService` from `endpoint_grpc_pb`. Also you should provide grpc credentials as a second argument.
31+
With node.js you should create connection to iroha by using `QueryService` and `CommandService` from `endpoint_grpc_pb`. Also you should provide grpc credentials as a second argument.
3232

3333
**IROHA_ADDRESS** - Address of iroha grpc (usually ends on 50051) Ex. `http://localhost:50051`
3434

@@ -46,7 +46,7 @@ const commandService = new CommandService(
4646
```
4747

4848
## Browser
49-
With browser you should to create connection to iroha by usinb `QueryService` and `CommandService` from `endpoint_pb_service`.
49+
With browser you should create connection to iroha by using `QueryService` and `CommandService` from `endpoint_pb_service`.
5050

5151
**IROHA_ADDRESS** - Address of grpc-web-proxy (usually ends on 8081) Ex. `http://localhost:8081`
5252

0 commit comments

Comments
 (0)