]> granicus.if.org Git - onig/commitdiff
fix format of README.md
authorK.Kosako <sndgk393@ybb.ne.jp>
Thu, 6 Aug 2015 04:45:39 +0000 (13:45 +0900)
committerK.Kosako <sndgk393@ybb.ne.jp>
Thu, 6 Aug 2015 04:45:39 +0000 (13:45 +0900)
README.md

index 2d0480123b9a5c48b4f8daed58c096833e04da39..fb88fb450a4bdebfb478ae048287dec47c2cb60d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -101,6 +101,7 @@ Usage
 Sample Programs
 ---------------
 
+|File               |Description                              |
 |:------------------|:----------------------------------------|
 |sample/simple.c    |example of the minimum (Oniguruma API)   |
 |sample/names.c     |example of the named group callback.     |
@@ -112,6 +113,7 @@ Sample Programs
 
 Test Programs
 
+|File               |Description                            |
 |:------------------|:--------------------------------------|
 |sample/syntax.c    |Perl, Java and ASIS syntax test.       |
 |sample/crnl.c      |--enable-crnl-as-line-terminator test  |
@@ -121,6 +123,7 @@ Test Programs
 Source Files
 ------------
 
+|File               |Description                                             |
 |:------------------|:-------------------------------------------------------|
 |oniguruma.h        |Oniguruma API header file (public)                      |
 |onig-config.in     |configuration check program template                    |