Skip to content

Commit

Permalink
Merge pull request #15 from andreas-bergstrom/patch-1
Browse files Browse the repository at this point in the history
Correct typo in README.md
  • Loading branch information
hgfischer committed Oct 7, 2017
2 parents b046cce + e59a042 commit bee1985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ extended_insert_rows = 1000
#use_table_lock = true
max_open_conns = 50
# Use this to restrict exported data. There are optional
# Use this to restrict exported data. These are optional
[where]
sales_order = created_at >= DATE_SUB(NOW(), INTERVAL 7 DAY)
customer_upload = created_at >= DATE_SUB(NOW(), INTERVAL 7 DAY)
Expand Down

0 comments on commit bee1985

Please sign in to comment.