Skip to content

Commit da0b55d

Browse files
committed
Update README.md
1 parent 4da0734 commit da0b55d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img height="56" width="64" src="http://i.imgur.com/dLeJmw6.png"/>
2+
<img height="56" width="64" src="http://i.imgur.com/QRlAg0b.png"/>
33
</p>
44

55
# JSON Server
@@ -50,7 +50,7 @@ You can find a running demo here: http://jsonplaceholder.typicode.com.
5050
* Lets you use plain JSON or simple JS file
5151
* Supports __GET__ but also __POST__, __PUT__, __DELETE__ and even __PATCH__ requests
5252
* Can be used from anywhere through __cross domain__ requests (JSONP or CORS)
53-
* Can load remote JSON files
53+
* Can load remote JSON files ([JSON Generator](http://www.json-generator.com/))
5454
* Can be deployed on Nodejitsu, Heroku, ...
5555

5656

@@ -145,6 +145,6 @@ GET /
145145

146146
Returns default index file or content of ./public/index.html (useful if you need to set a custom home page).
147147

148-
## Articles
148+
## Links
149149

150-
* [Fast prototyping using Restangular and Json-server](http://bahmutov.calepin.co/fast-prototyping-using-restangular-and-json-server.html)
150+
* [Fast prototyping using Restangular and Json-server](http://bahmutov.calepin.co/fast-prototyping-using-restangular-and-json-server.html)

0 commit comments

Comments
 (0)