From 95aa60aad3a98f9e70fda32f7708476b443a9b6e Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Mon, 8 Apr 2024 01:09:25 +0300 Subject: [PATCH] readme: more typos --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 284dc2c..3c8e46b 100644 --- a/README.org +++ b/README.org @@ -20,7 +20,7 @@ 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 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 (setq biome-api-try-parse-error-as-response t) #+end_src