diff --git a/README.md b/README.md
index b777fa9..027958b 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ A filename minus the extension (.json) decides the policy name.
"PolicyName": "yourapp-s3-storage-ENV",
"Path": "/"
},
- "Documen": {
+ "Document": {
"Version": "2012-10-17",
"Statement": [
{
@@ -99,27 +99,23 @@ $ npm install -g aws-iam-policy-tool
```
$ awsiamtool --help
-
- Usage: awsiamtool [options] [command]
-
- AWS IAM export/import policy/role management tool
-
-
- Options:
-
- -V, --version output the version number
- -h, --help output usage information
-
-
- Commands:
-
- export-policy
export policies to target directory
- export-role export roles to target directory
- import-policy import policies from target directory
- import-role import policies from target directory
- validate-role validate roles with target directory
- delete-policy delete policies specified regular expression matches
- help [cmd] display help for [cmd]
+Usage: awsiamtool [options] [command]
+
+AWS IAM export/import policy/role management tool
+
+Options:
+ -V, --version output the version number
+ -h, --help output usage information
+
+Commands:
+ export-policy export polies to target directory
+ export-role export roles to target directory
+ import-policy import policies from target directory
+ import-role import policies from target directory
+ validate-policy validate policies with target directory
+ validate-role validate roles with target directory
+ delete-policy delete policies specified regular expression matches
+ help [cmd] display help for [cmd]
```
### Common command options