diff --git a/CHANGES.txt b/CHANGES.txt index 870fe42..7134c5f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -42,5 +42,8 @@ - Fixed an error with an incorrect warnings.warn parameter when reading a decklist from string + 0.9.62 --> 0.9.63 + - Fixed an issue where scryfall_bulk_update fails because of an incorrect attribute name + 0.9.6 --> 0.9.7 - Included all the ZODB.FileStorage.FileStorage keyword arguments in MtgDB \ No newline at end of file diff --git a/README.md b/README.md index c4958ee..bfa8a77 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ True Building the database from scratch from Scryfall and mtgio is simply done with ``` -my_db.scryfall_update() +my_db.scryfall_bulk_update() my_db.mtgio_update() ```