From 2adcbefd257a915e84aa795bfed0d0b3396cea12 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 17 Jul 2015 03:47:54 +0200 Subject: use autotype as default name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit