diff --git a/README.md b/README.md index da26ec1f0..3ba4a5c87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -> [!IMPORTANT]\ > **MSW 2.0 is finally here! 🎉** Read the [Release notes](https://github.com/mswjs/msw/releases/tag/v2.0.0) and please follow the [**Migration guidelines**](https://mswjs.io/docs/migrations/1.x-to-2.x) to upgrade. If you're having any questions while upgrading, please reach out in our [Discord server](https://kettanaito.com/discord). +> +> We've also recorded the most comprehensive introduction to MSW ever. Learn how to mock APIs like a pro in our official video course: + + + Mock REST and GraphQL APIs with Mock Service Worker + +

@@ -24,6 +30,8 @@
+
+ ## Features - **Seamless**. A dedicated layer of requests interception at your disposal. Keep your application's code and tests unaware of whether something is mocked or not. diff --git a/media/egghead-banner.png b/media/egghead-banner.png new file mode 100644 index 000000000..d90a66388 Binary files /dev/null and b/media/egghead-banner.png differ