Skip to content

Commit

Permalink
Fix: typos (#996)
Browse files Browse the repository at this point in the history
Fix: typos
  • Loading branch information
omahs committed Apr 19, 2023
1 parent c8d93c6 commit 67ec890
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Password:

### Import Account

If you already have an account created, and have it's private key, that account can be imported into the `razor-go` client.
If you already have an account created, and have its private key, that account can be imported into the `razor-go` client.
To do that, you can use the `import` command. You'll be asked the private key first and then the password which you want to encrypt your keystore file with.

razor cli
Expand Down Expand Up @@ -527,7 +527,7 @@ $ ./razor transfer --value 100 --to 0x91b1E6488307450f4c0442a1c35Bc314A505293e -

### Create Job

Create new jobs using `creteJob` command.
Create new jobs using `createJob` command.

_Note: This command is restricted to "Admin Role"_

Expand Down Expand Up @@ -557,7 +557,7 @@ $ ./razor createJob --address 0x5a0b54d5dc17e0aadc383d2db43b0a0d3e029c4c -n btc

### Create Collection

Create new collections using `creteCollection` command.
Create new collections using `createCollection` command.

_Note: This command is restricted to "Admin Role"_

Expand All @@ -581,7 +581,7 @@ $ ./razor createCollection --name btcCollectionMean --address 0x5a0b54d5dc17e0aa

### Modify Collection Status

Modify the active status of an collection using the `modifyCollectionStatus` command.
Modify the active status of a collection using the `modifyCollectionStatus` command.

_Note: This command is restricted to "Admin Role"_

Expand Down

0 comments on commit 67ec890

Please sign in to comment.