From fd90857dc2902a1b0b1e502abe873a621be58e22 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 12 Oct 2015 00:11:18 -0700 Subject: [PATCH] README tweaks --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index bda0d829..366265f7 100644 --- a/README.rst +++ b/README.rst @@ -221,11 +221,11 @@ Collection and Timestamp Selection In Proxy Mode When running in proxy mode, the current collection and current timestamp are not included in the page url and need to be set separeately. pywb provides several options for 'resolving' the collection and timestamp: - - By Proxy Auth: Proxy Authorization settings are used to select a (fixed) collection and Memento API can be used to pick the timestamp. +- *By Proxy Auth*: Proxy Authorization settings are used to select a (fixed) collection and Memento API can be used to pick the timestamp. - - By IP: Settings for current collection and timestamp can be set per-IP using a seperate HTTP request to the proxy. Useful for fixed-IP deployments, such as when running in Docker. +- *By IP*: Settings for current collection and timestamp can be set per-IP using a seperate HTTP request to the proxy. Useful for fixed-IP deployments, such as when running in Docker. - - By Cookie: The most complex but dynamic option, this allows a user to switch collection and current timestamp through cookies that are propagated across domains. +- *By Cookie*: The most complex but dynamic option, this allows a user to switch collection and current timestamp through cookies that are propagated across domains. For more info, see `Proxy Mode Usage `_.