Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Fix plain_text example
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-dG committed Apr 18, 2017
1 parent e7a8d2b commit 265a7d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
# |===============|=========|==========|
```

0 comments on commit 265a7d5

Please sign in to comment.