From 265a7d504b1dd1c6b2cc06c2c54784eff17a0959 Mon Sep 17 00:00:00 2001 From: Chris de Graaf Date: Tue, 18 Apr 2017 01:31:04 -0500 Subject: [PATCH] Fix plain_text example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6281f9..23df4bd 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ puts MarkdownTables.plain_text(table) # |===============|=========|==========| # | unnecessarily | lengthy | sentence | # |===============|=========|==========| -# | the | fox | the | +# | the | quick | brown | # |---------------|---------|----------| -# | quick | jumps | lazy | +# | fox | jumps | over | # |---------------|---------|----------| -# | brown | over | dog | +# | the | lazy | dog | # |===============|=========|==========| ```