aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-07-17 03:47:54 +0200
committerRasmus Steinke <rasi@xssn.at>2015-07-17 03:47:54 +0200
commit2adcbefd257a915e84aa795bfed0d0b3396cea12 (patch)
treeb31d291f115d86539cafa384eb21b716219ad666 /README.md
parent878166a9032f582dc697c9e912724c215d667dfa (diff)
downloadrofi-pass-2adcbefd257a915e84aa795bfed0d0b3396cea12.tar.gz
use autotype as default name
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.