diff --git a/README.md b/README.md index 2b4d138..039612b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,15 @@ Moya-stubber speeds up development and testing by adding a network stubbing screen to your app. It will: -- Provide a view controller to activate and deactivate stubs at runtime. +- Provide an autogenerated view controller to activate and deactivate stubs at runtime. - Allow you to configure multiple stubbed responses per endpoint, so you can easilty test your code in multiple scenarios. - Use regular files for stubbed responses (json, xml, or any other filetype). - Define a clear hierarchical structure for your stubs. +**Example of autogenerated stubbing panel** + +![moya-stubber](https://user-images.githubusercontent.com/1460535/139528494-1f05b3b4-39aa-4641-8351-67ea02a994a8.gif) + ## Installation **Swift Package Manager**