From 58f4ce78936c7d641f170cf845ba52a649778ccc Mon Sep 17 00:00:00 2001 From: Typicode Date: Tue, 3 Dec 2013 00:58:05 +0100 Subject: [PATCH] Update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e50c4e..b30259a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ Give it a JSON or JS seed file and it will serve it through REST routes. Created with :heart: for front-end developers who need a flexible back-end for quick prototyping and mocking. -[![Build Status](https://travis-ci.org/typicode/json-server.png)](https://travis-ci.org/typicode/json-server) - ## Examples ### Command line interface @@ -40,6 +38,7 @@ server.run(db); ## Why? +* Lets you use plain JSON or simple JS file * Supports __GET__ but also __POST__, __PUT__, __DELETE__ and even __PATCH__ requests * Can be used from anywhere through __cross domain__ requests (JSONP or CORS) * Can load remote JSON files