aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:37:06 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:37:06 +0100
commita72acaeb69504fa2978cae7949d0f5175e5cdfbd (patch)
tree98b40024da80877484a6bf7c2d0c3af35089b785
parent9c7e5d18ab72a558bcedb22f80e823b5a93bf24c (diff)
doc: Update instances-builder setup
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 893060f..4214866 100644
--- a/README
+++ b/README
@@ -201,7 +201,7 @@ Match YouTube video URLs, videos hosted on its alternative front-ends such as [[
`(mpv-start ,url))))
#+end_src
-The route below provides an =:instances-builder= slot, an =instances-builder= object that can be customized by the user to generate a list of instances. This is only useful if the service provider of =:redirect-url= hosts an external endpoint where these are stored. Instances be added to the route's =:trigger= on route instantiation. =:redirect-url= slots can also take an arbitrary function which will compute the redirect hostname to use. See [[file:instances.lisp][instances.lisp]] for a few predefined builders for some common alternative front-end providers.
+The route below provides an =:instances-builder= slot, which takes an =instances-builder= object that can be customized by the user to generate a list of instances. This is only useful if the service provider of =:redirect-url= hosts an external endpoint where these are stored. Instances will be added to the route's =:trigger= on route instantiation. =:redirect-url= slots can also take an arbitrary function which will compute the redirect hostname to use. See [[file:instances.lisp][instances.lisp]] for a few predefined builders for common alternative front-end providers.
#+begin_src lisp
(defun set-invidious-instance ()