readme: more typos

This commit is contained in:
Pavel Korytov 2024-04-08 01:09:25 +03:00
parent d576a7e165
commit 95aa60aad3

View file

@ -20,7 +20,7 @@ Or clone the repository, add it to =load-path=, and =require= the package.
** Issues with termux? ** Issues with termux?
I've been trying to run this package on termux and had some issues. I've been trying to run this package on termux and had some issues.
First, for some reason =request.el= throws a successfully parsed response as error. Use this as a workaround: First, for some reason =request.el= throws a successfully parsed response as an error. Use this as a workaround:
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq biome-api-try-parse-error-as-response t) (setq biome-api-try-parse-error-as-response t)
#+end_src #+end_src