Skip to content

Commit 67ec890

Browse files
authored
Fix: typos (#996)
Fix: typos
1 parent c8d93c6 commit 67ec890

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Password:
160160

161161
### Import Account
162162

163-
If you already have an account created, and have it's private key, that account can be imported into the `razor-go` client.
163+
If you already have an account created, and have its private key, that account can be imported into the `razor-go` client.
164164
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.
165165

166166
razor cli
@@ -527,7 +527,7 @@ $ ./razor transfer --value 100 --to 0x91b1E6488307450f4c0442a1c35Bc314A505293e -
527527

528528
### Create Job
529529

530-
Create new jobs using `creteJob` command.
530+
Create new jobs using `createJob` command.
531531

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

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

558558
### Create Collection
559559

560-
Create new collections using `creteCollection` command.
560+
Create new collections using `createCollection` command.
561561

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

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

582582
### Modify Collection Status
583583

584-
Modify the active status of an collection using the `modifyCollectionStatus` command.
584+
Modify the active status of a collection using the `modifyCollectionStatus` command.
585585

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

0 commit comments

Comments
 (0)