# HG changeset patch
# User Lucretiel <Lucretiel@users.noreply.github.com>
# Date 1440185710 14400
#      Fri Aug 21 15:35:10 2015 -0400
# Node ID 2c01c83a9f084e5cca9086538d394c3347c9045c
# Parent  cb6655bb2d21138d7635c0975ea38be74d479f0d
Update README.md

Updated the readme feature list to use a markdown bullet list instead of a source block.

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,18 +4,18 @@
 superior to the C library char buffer string type, or C++'s std::string.
 Among the features achieved are:
 
-    Substantial mitigation of buffer overflow/overrun problems and other
+  - Substantial mitigation of buffer overflow/overrun problems and other
     failures that result from erroneous usage of the common C string
     library functions
 
-    Significantly simplified string manipulation
+  - Significantly simplified string manipulation
 
-    High performance interoperability with other source/libraries which
+  - High performance interoperability with other source/libraries which
     expect '\0' terminated char buffers
 
-    Improved overall performance of common string operations
+  - Improved overall performance of common string operations
 
-    Functional equivalency with other more modern languages
+  - Functional equivalency with other more modern languages
 
 The library is totally stand alone, portable (known to work with gcc/g++,
 MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBM's native CC