From 2499e665c7be856cc286b41926043dcf6f6a3515 Mon Sep 17 00:00:00 2001 From: Tee Date: Sat, 20 Mar 2021 23:31:55 -0400 Subject: [PATCH] Add proper steps to migrate --- MIGRATING.md | 3 +++ 1 file changed, 3 insertions(+) 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