diff --git a/MIGRATING.md b/MIGRATING.md index a3bc21f..0b3055a 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -26,6 +26,9 @@ thoroughly for developers. There is no change in the function return types, nor underlying functionality. Functions will continue to return a generic promised based on the resource (i.e. `Promise`, `Promise`). +It is recommended to refactor the function names with the find-and-replace tool in your IDE or text editor in order for your project +to be compatible with V2 of the SDK. + ## Card Functions ###`PokemonTCG.Card.all()` -> `PokemonTCG.getAllCards()` ```typescript