From 003768cdea0632e0fb64b81fe6aa9b980ae0e94e Mon Sep 17 00:00:00 2001 From: Siu Kwan Lam Date: Mon, 8 Apr 2013 11:20:21 -0500 Subject: [PATCH] Prettify docs. (Does this trigger a NOTE section?) --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index aea8f64..10f945b 100644 --- a/README.rst +++ b/README.rst @@ -20,9 +20,9 @@ Quickstart 2. Run ``./configure --enable-optimized`` in the extracted directory. - **Note**: Without the ``--enable-optimized`` flag, debug build will be - selected. Unless you are developing LLVM or llvmpy, it is recommended - that the flag is used to reduce build time and binary size. + **Note**: Without the ``--enable-optimized`` flag, debug build will be + selected. Unless you are developing LLVM or llvmpy, it is recommended + that the flag is used to reduce build time and binary size. 3. Run ``REQUIRES_RTTI=1 make`` to build.