Browse Source

readme: lowercase org keywords

Sean Farley 3 years ago
parent
commit
b40a529399
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.org

+ 3 - 3
README.org

@@ -1,4 +1,4 @@
-#+TITLE: README
+#+title: README
 
 
 * Emacs Bitwarden
 * Emacs Bitwarden
 
 
@@ -65,9 +65,9 @@ machine bitwarden.id login YYY password XXX
 There is read-only support for auth-source as well. You can run
 There is read-only support for auth-source as well. You can run
 =bitwarden-auth-source-enable= to enable it. For example,
 =bitwarden-auth-source-enable= to enable it. For example,
 
 
-#+BEGIN_SRC emacs-lisp
+#+begin_src emacs-lisp
 (auth-source-search :host "github.com")
 (auth-source-search :host "github.com")
-#+END_SRC
+#+end_src
 
 
 will return all logins that match =github.com=.
 will return all logins that match =github.com=.