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 | # |===============|=========|==========| ```