aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4209f51..dec4852 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ foobarmysecurepassword
UserName: MyUser
URL: http://my.url.foo
```
-* Auto Typing of more than one field. This expects a CustomOrder field in password file. (name of the field can be changed in config file - same for URL and Username)
+* Auto Typing of more than one field. This expects a autotype field in password file. (name of the field can be changed in config file - same for URL and Username)
```
foobarmysecurepassword
---
@@ -24,7 +24,7 @@ UserName: MyUser
SomeField: foobar
AnotherField: barfoo
URL: http://my.url.foo
-CustomOrder: SomeField :tab UserName :tab AnotherField :tab password
+autotype: SomeField :tab UserName :tab AnotherField :tab password
```
The `:tab` field has a special meaning. this will hit the tab key, obviously.