Skip to content

Commit

Permalink
Added sf-tree-history to README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Apr 7, 2019
1 parent 825a28c commit e9fbba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![PyPI](https://img.shields.io/pypi/v/csv-diff.svg)](https://pypi.org/project/csv-diff/)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/csv-diff/blob/master/LICENSE)

Tool for viewing the difference between two CSV files.
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.

Consider two CSV files:

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

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

0 comments on commit e9fbba1

Please sign in to comment.