diff --git a/README.org b/README.org index 5aaaa1e..284dc2c 100644 --- a/README.org +++ b/README.org @@ -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 == is not the same as the == key. The following might be neccessary: +Second, somehow == is not the same as ==. The following might be necessary: #+begin_src emacs-lisp (setq biome-query-tab-key "") #+end_src