Skip to content

Commit

Permalink
fix(readme): add examples link
Browse files Browse the repository at this point in the history
  • Loading branch information
crobinson42 committed Oct 3, 2016
1 parent 4b0a848 commit 3791633
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

[![Build Status](https://travis-ci.org/pizza-rolls/js-data-server-setup.svg?branch=master)](https://travis-ci.org/pizza-rolls/js-data-server-setup)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Code Climate](https://codeclimate.com/github/pizza-rolls/js-data-server-setup/badges/gpa.svg)](https://codeclimate.com/github/pizza-rolls/js-data-server-setup)

[![forthebadge](https://img.shields.io/badge/Node.js-v4-yellow.svg)](http://nodejs.org)
[![forthebadge](https://img.shields.io/badge/Node.js-v6-orange.svg)](http://nodejs.org)
Expand Down Expand Up @@ -42,3 +41,8 @@ jsDataServer.mount()
// setup all resources (mount() is invoked automatically, see api docs for details)
jsDataServer.setup(resources)
```


### Examples

See `/example` dir in this repo for setup options.

0 comments on commit 3791633

Please sign in to comment.