Skip to content

Commit 31f628f

Browse files
authored
Update README.md
typo
1 parent c833852 commit 31f628f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can also import the Python library into your own code like so:
125125
load_csv(open("two.csv"), key="Id")
126126
)
127127

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

130130
If the columns in the CSV have changed, those added or removed columns will be ignored when calculating changes made to specific rows.
131131

0 commit comments

Comments
 (0)