From e84435806aa4874b910191318ed1f48990681675 Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Wed, 9 Nov 2011 20:43:18 +0530 Subject: [PATCH] More readme fixes --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index e85e57b..06a6007 100644 --- a/README.rst +++ b/README.rst @@ -103,18 +103,18 @@ options for some PyFS backends: .. Note:: PyFS is not installed with hyde. In order to use the PyFS publisher, you need to install pyfs seprately. - Any PyFS dependencies (Example: `boto` for S3 publishing) - need to be installed seprately as well. +Any PyFS dependencies (Example: `boto` for S3 publishing) +need to be installed seprately as well. - :: - pip install fs - pip install boto +:: + pip install fs + pip install boto - To get additional help on PyFS backends, you can run the following - command once PyFS is installed: +To get additional help on PyFS backends, you can run the following +command once PyFS is installed: - :: - fsls --listopeners +:: + fsls --listopeners Examples --------