From 50d108f1b3cd14d55aa4081b7e9a2c662b0aa4a4 Mon Sep 17 00:00:00 2001 From: Vivek Agarwal Date: Tue, 9 Apr 2013 13:05:08 +0530 Subject: [PATCH 1/2] Updated config doc. Fixed a missing comma. --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 1dc297c..e3e0c31 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -4,7 +4,7 @@ Configuration ============== -Felix Felicis support **yaml** **python** and **json** format config file. +Felix Felicis support **yaml**, **python** and **json** format config file. You can create the config file with:: $ liquidluck init From 04ac3a6da7cf8e33959e740de3a24f67035b7d81 Mon Sep 17 00:00:00 2001 From: Vivek Agarwal Date: Tue, 9 Apr 2013 13:10:00 +0530 Subject: [PATCH 2/2] Fixed code indentation in readme. Changed command's indentation from 3 spaces to 4 so that it appears as a code block. --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index e6def56..b566ecb 100644 --- a/README.rst +++ b/README.rst @@ -23,23 +23,23 @@ Commands 1. Create a site:: - liquidluck init + liquidluck init 2. Search for a theme:: - liquidluck search + liquidluck search 3. Install a theme:: - liquidluck install moment + liquidluck install moment 4. Build articles:: - liquidluck build + liquidluck build 5. Preview server:: - liquidluck server + liquidluck server More information with ``liquidluck help``.