Skip to content

Commit 180dee0

Browse files
committed
updated README
1 parent 2c66103 commit 180dee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Overview
1010
--------
1111

1212
1. Create an instance of the `RowSpec` module.
13-
- Define a type for spreadsheet rows.
14-
- Write functions to parse a row from a string, and write a row to string.
15-
- Give a string title describing the rows.
13+
- Define a type for spreadsheet rows, give a string separator like `","`.
14+
- Write functions to parse a row from a list of columns, and write a row to columns.
15+
- Give a title---a list of strings describing each column in a row.
1616
2. Call `Spreadsheet.Make` with your `RowSpec`.
1717
3. Use the newly-created module to read a spreadsheet from a file, or
1818
make a new one and add rows to it.

0 commit comments

Comments
 (0)