diff --git a/README.md b/README.md index 2da0583..44192ba 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [RequestBin](https://requestbin.com/) - Inspect and debug webhook requests sent by your clients or third-party APIs. * [httpbin](https://httpbin.org) - HTTP request and response service - a/k/a Swiss Army Knife for HTTP. -* [FakeRest](https://github.com/marmelab/FakeRest) - Patch XMLHttpRequest to fake a REST API client-side. +* [FakeRest](https://github.com/marmelab/FakeRest) - Redirect fetch() calls to a client-side fake REST API. * [json-server](https://github.com/typicode/json-server) - Serve a REST API from fixture files using quick prototyping. * [Mocky.io](https://www.mocky.io/) - Free online service to create fake HTTP responses. * [MockServer](https://www.mock-server.com/) - Easy mocking of any system you integrate with via HTTP or HTTPS.