Skip to content

Commit e9fbba1

Browse files
authored
Added sf-tree-history to README
1 parent 825a28c commit e9fbba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PyPI](https://img.shields.io/pypi/v/csv-diff.svg)](https://pypi.org/project/csv-diff/)
44
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/csv-diff/blob/master/LICENSE)
55

6-
Tool for viewing the difference between two CSV files.
6+
Tool for viewing the difference between two CSV files. See [Generating a commit log for San Francisco’s official list of trees](https://simonwillison.net/2019/Mar/13/tree-history/) (and the [sf-tree-history repo commit log](https://github.com/simonw/sf-tree-history/commits)) for background information on this project.
77

88
Consider two CSV files:
99

@@ -82,4 +82,4 @@ You can also import the Python library into your own code like so:
8282
load_csv(open("two.csv"), key="id")
8383
)
8484

85-
`diff` will now contain the same data structure as the output in the `--json` example above.
85+
`diff` will now contain the same data structure as the output in the `--json` example above.

0 commit comments

Comments
 (0)