Skip to content

Commit

Permalink
Merge pull request #7 from ProlificLabs/typo-fix-in-readme
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
dan-pulley committed Jun 14, 2023
2 parents 15f7ee5 + a776041 commit 310cccc
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 @@ -67,7 +67,7 @@ If we export a `user`, the export will recurse into `purchase`, and then recurse

This can be solved by telling Download not to recurse out of the `purchase` table, with `datapasta.DontRecurse("purchase")`.

This can also be solved by telling Download not to include the `user` table at all, with `datapasta.DontInclude("purchase")`.
This can also be solved by telling Download not to include the `purchase` table at all, with `datapasta.DontInclude("purchase")`.

### Import Tips

Expand All @@ -85,4 +85,4 @@ for _, obj := range dump {
obj["access_code"] = nil
}
}
```
```

0 comments on commit 310cccc

Please sign in to comment.