Commit b94cf17
Fix the Markdown table at the end of README.md.
The table was attempting to use the `:` character to continue a line in a single cell, but this is not supported in the GitHub dialect of Markdown. The result was broken rendering.
This consolidates everything into a single line which should render correctly.
PiperOrigin-RevId: 5468680861 parent a7de523 commit b94cf17
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
291 | | - | |
| 289 | + | |
292 | 290 | | |
293 | 291 | | |
294 | 292 | | |
| |||
0 commit comments