From 538ce88abcd766eca0e4c34a67a5782a5b94a1d7 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Sat, 18 Aug 2018 04:33:42 +0200 Subject: [PATCH] Fixes an enumeration issue in docs/usage.rst (#364) Thanks! put it on develop so it can be part of next release. --- docs/manual/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/usage.rst b/docs/manual/usage.rst index 522e35ae..aae02258 100644 --- a/docs/manual/usage.rst +++ b/docs/manual/usage.rst @@ -120,8 +120,8 @@ The core recording functionality in Webrecorder is also part of :mod:`pywb`. If done by directly recording into your pywb collection: 1. Create a collection: ``wb-manager init my-web-archive`` (if you haven't already created a web archive collection) -3. Run: ``wayback --record --live -a --auto-interval 10`` -4. Point your browser to ``http://localhost:8080/my-web-archive/record/`` +2. Run: ``wayback --record --live -a --auto-interval 10`` +3. Point your browser to ``http://localhost:8080/my-web-archive/record/`` For example, to record ``http://example.com/``, visit ``http://localhost:8080/my-web-archive/record/``