diff --git a/README.md b/README.md
index cb6655bb2d21138d7635c0975ea38be74d479f0d_UkVBRE1FLm1k..2c01c83a9f084e5cca9086538d394c3347c9045c_UkVBRE1FLm1k 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 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
 
@@ -8,5 +8,5 @@
     failures that result from erroneous usage of the common C string
     library functions
 
-    Significantly simplified string manipulation
+  - Significantly simplified string manipulation
 
@@ -12,4 +12,4 @@
 
-    High performance interoperability with other source/libraries which
+  - High performance interoperability with other source/libraries which
     expect '\0' terminated char buffers
 
@@ -14,4 +14,4 @@
     expect '\0' terminated char buffers
 
-    Improved overall performance of common string operations
+  - Improved overall performance of common string operations
 
@@ -17,5 +17,5 @@
 
-    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