fixed indent in README

This commit is contained in:
2025-02-07 20:24:37 -05:00
parent 5b0c1681a2
commit 3173815692

View File

@@ -33,7 +33,7 @@ works as follows:
- Each row is represented as a single line of text.
- Cells are separated by tab characters.
- Certain special characters within the cells are substituted for other values as follows:
- Newlines become `~n`.
- Newlines become `~n`.
- Carriage returns become `~r`.
- Tabs become `~t`.
- Tildes (`~`) become `~!`.