diff options
author | Arne Beer <privat@arne.beer> | 2018-11-02 17:57:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-02 17:57:11 +0100 |
commit | b9e5aa49a4411f1e4fbb09a3741bebac144c5128 (patch) | |
tree | dd5971689a8f7fbbb455f024399d9a8bd7caaf45 /README.md | |
parent | 1c9e6398144567718ae40e1c32bbaf6ffef21477 (diff) | |
download | rofi-pass-b9e5aa49a4411f1e4fbb09a3741bebac144c5128.tar.gz |
Fix typo in Readme
It should be `user` instead of `UserName`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <kbd>Tab</kbd>, |