From 5265770901ff5a17e4cd852dbdd9a99b9d8ebaf5 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 13 May 2024 14:32:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05183e5..e8e44d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FakeRest [![Build Status](https://travis-ci.org/marmelab/FakeRest.svg?branch=master)](https://travis-ci.org/marmelab/FakeRest) +# FakeRest Intercept AJAX calls to fake a REST server based on JSON data. Use it on top of [Sinon.js](http://sinonjs.org/) (for `XMLHTTPRequest`) or [fetch-mock](https://github.com/wheresrhys/fetch-mock) (for `fetch`) to test JavaScript REST clients on the browser side (e.g. single page apps) without a server.