From 8a7460524dd413d45d7de25d2093ac6cd8678579 Mon Sep 17 00:00:00 2001 From: typicode Date: Sat, 30 Nov 2013 15:00:51 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccf5ee8..5e50c4e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ ![](http://i.imgur.com/dLeJmw6.png) -__JSON Server__ +# JSON Server -> Give it a JSON or JS seed file and it will serve it through REST routes. +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._ +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 @@ -176,4 +177,4 @@ For project updates or to get in touch, [@typicode](http://twitter.com/typicde). ```bash $ npm install $ npm test -``` \ No newline at end of file +```