From 8d3200d61436bd3317c3eee440a84c0592edc7fa Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Thu, 27 Jan 2022 11:46:43 -0700 Subject: [PATCH] Further clarify _/ prefix usage in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 643dafb..8ecd3d2 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Farside's routing is very minimal, with only the following routes: jumping between instances by navigating back. - Ex: `/_/nitter` -> nitter instance A -> (navigate back one page) -> nitter instance B -> ... + - *Note: Uses Javascript to preserve the page in history* When a service is requested with the `/:service/...` endpoint, Farside requests the list of working instances from Redis and returns a random one from the list