diff options
author | Vincent Driessen <vincent@3rdcloud.com> | 2014-01-29 04:32:37 -0800 |
---|---|---|
committer | Vincent Driessen <vincent@3rdcloud.com> | 2014-01-29 04:32:37 -0800 |
commit | aa4573f2ca1614eeaab6ae18705ebd3dc7361524 (patch) | |
tree | 3838bfb4db97cd9bb7d3e35d20b73310cc2cbfe5 | |
parent | e86ed5d075e8c63f2369f50d4e0f57ee52573871 (diff) | |
parent | 0b5a81920f51a87ee7608c08a380f73aed86fcfd (diff) | |
download | vim-rst-tables-aa4573f2ca1614eeaab6ae18705ebd3dc7361524.tar.gz vim-rst-tables-aa4573f2ca1614eeaab6ae18705ebd3dc7361524.tar.bz2 vim-rst-tables-aa4573f2ca1614eeaab6ae18705ebd3dc7361524.zip |
Merge pull request #20 from 0x20h/patch-1
Update README.rst
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ Usage This is paragraph text *after* the table. 2. Put your cursor somewhere in the table. -3. Press ``,,f`` (to create the table). The output will look something like +3. Press ``,,c`` (to create the table). The output will look something like this:: This is paragraph text *before* the table. @@ -52,4 +52,4 @@ Usage | Qux | This is the last line. | +----------+---------------------------------------------------------+ - This is paragraph text *after* the table.
\ No newline at end of file + This is paragraph text *after* the table. |