From e4d8cdf2501614994e817a26a9e10444a5f4029d Mon Sep 17 00:00:00 2001 From: Valentin Kruglikov Date: Tue, 7 Jan 2025 17:39:58 +0700 Subject: [PATCH] Fix readme --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index b29543b..b84ebbd 100644 --- a/README.md +++ b/README.md @@ -36,26 +36,6 @@ even if configurations are uploaded. - -## Roadmap Features 🚧 - -### Edit json config in the DevTools - -Currently, you can only upload JSON files, but you can't edit them in the DevTools. - -### Upload multiple JSON config at once - -Currently, you can only upload one JSON file at a time, because -it simplifies the process of validation. - -### Multi window support - -Currently, you can use multi tabs with different configurations per host, but only one browser window is supported. - -### Early request interception - -Currently, requests sent before the extension is initialized are not intercepted by JSON handlers. - ## Motivation 💡 This extension is a game-changer for both developers and QA testers working with [MSW](https://mswjs.io/). 🧑‍💻👩‍💻 @@ -107,4 +87,24 @@ You can only install it downloading the build and [loading it as an unpacked ext ### See the demo -[@msw-devtools/demo](https://vkruglikov.github.io/msw-devtools-extension/) \ No newline at end of file +[@msw-devtools/demo](https://vkruglikov.github.io/msw-devtools-extension/) + + +## Roadmap Features 🚧 + +### Edit json config in the DevTools + +Currently, you can only upload JSON files, but you can't edit them in the DevTools. + +### Upload multiple JSON config at once + +Currently, you can only upload one JSON file at a time, because +it simplifies the process of validation. + +### Multi window support + +Currently, you can use multi tabs with different configurations per host, but only one browser window is supported. + +### Early request interception + +Currently, requests sent before the extension is initialized are not intercepted by JSON handlers. \ No newline at end of file