Skip to content

Commit

Permalink
Merge pull request #70 from arve0/patch-1
Browse files Browse the repository at this point in the history
fix import of feathers-nedb in README.md example
  • Loading branch information
marshallswain authored Jun 26, 2017
2 parents d891f3d + 8da74d0 commit 57c01bf
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 @@ -37,7 +37,7 @@ Here's an example of a Feathers server with a `messages` nedb-service.
import NeDB from 'nedb';
import feathers from 'feathers';
import bodyParser from 'body-parser';
import service from '../lib';
import service from 'feathers-nedb';

const db = new NeDB({
filename: './db-data/messages',
Expand Down

0 comments on commit 57c01bf

Please sign in to comment.