Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cn0047 committed Jun 22, 2017
1 parent 9a60080 commit d4689d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ which helps fetch data from different REST API endpoints into one request.
## Usage

````js
import getthemall from 'getthemall';
const getthemall = require('getthemall');

app.use('/resources', (req, res) => {
getthemall(req, res, (data) => {
Expand Down

0 comments on commit d4689d2

Please sign in to comment.