diff --git a/docs/guides/migration-guides.md b/docs/guides/migration-guides.md index cd40f069d..360be6af2 100644 --- a/docs/guides/migration-guides.md +++ b/docs/guides/migration-guides.md @@ -81,6 +81,8 @@ One important thing to note are the new generics on `@uppy/core`. + + ```ts import Uppy from '@uppy/core'; // xhr-upload is for uploading to your own backend.