From 67ec8901c3268d9714f576d6694bc1a89f767daf Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 19 Apr 2023 09:28:01 +0200 Subject: [PATCH] Fix: typos (#996) Fix: typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb7abf3c..66faadd6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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"_ @@ -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"_ @@ -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"_