From b9e5aa49a4411f1e4fbb09a3741bebac144c5128 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Fri, 2 Nov 2018 17:57:11 +0100 Subject: Fix typo in Readme It should be `user` instead of `UserName` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e72ec7..0c19053 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ in a convenient way using [rofi](https://github.com/DaveDavenport/rofi). SomeField: foobar AnotherField: barfoo url: http://my.url.foo - autotype: SomeField :tab UserName :tab AnotherField :tab pass + autotype: SomeField :tab user :tab AnotherField :tab pass ``` You can use `:tab`, `:enter`, or `:space` here to type Tab, -- cgit