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

Commit 265a7d5

Browse files
Fix plain_text example
1 parent e7a8d2b commit 265a7d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ puts MarkdownTables.plain_text(table)
6262
# |===============|=========|==========|
6363
# | unnecessarily | lengthy | sentence |
6464
# |===============|=========|==========|
65-
# | the | fox | the |
65+
# | the | quick | brown |
6666
# |---------------|---------|----------|
67-
# | quick | jumps | lazy |
67+
# | fox | jumps | over |
6868
# |---------------|---------|----------|
69-
# | brown | over | dog |
69+
# | the | lazy | dog |
7070
# |===============|=========|==========|
7171
```

0 commit comments

Comments
 (0)