Skip to content

Commit

Permalink
readme: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SqrtMinusOne committed Apr 7, 2024
1 parent f5a590f commit d576a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Or clone the repository, add it to =load-path=, and =require= the package.
** Issues with termux?
I've been trying to run this package on termux and had some issues.

First, for some reason =request.el= throws the successfully parsed response as error. Use this as a workaround:
First, for some reason =request.el= throws a successfully parsed response as error. Use this as a workaround:
#+begin_src emacs-lisp
(setq biome-api-try-parse-error-as-response t)
#+end_src

Second, somehow the =<tab>= is not the same as the =<TAB>= key. The following might be neccessary:
Second, somehow =<tab>= is not the same as =<TAB>=. The following might be necessary:
#+begin_src emacs-lisp
(setq biome-query-tab-key "<TAB>")
#+end_src
Expand Down

0 comments on commit d576a7e

Please sign in to comment.