From 8d686a4a9844e8586a813489c4e89155859d48b8 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 26 Mar 2015 19:56:09 -0700 Subject: [PATCH] README typos fix --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9985bfa6..89146e3a 100644 --- a/README.rst +++ b/README.rst @@ -100,9 +100,9 @@ Custom UI and User Metadata **pywb** makes it easy to customize most aspects of the UI around archived content, including a custom banner insert, query calendar, search and home pages, via HTML Jinja2 templates. -You can see a list of all available UI templates by running: ``wayback-manager template --list`` +You can see a list of all available UI templates by running: ``wb-manager template --list`` -To copy a default template to the file system (for modification), you can run ``wayback-manager template --add `` +To copy a default template to the file system (for modification), you can run ``wb-manager template --add `` **pywb** now supports custom user metadata for each collection. The metadata may be specified in the ``metadata.yaml`` in each collection's directory.