Skip to content

Commit

Permalink
doc: fix README.md comment.
Browse files Browse the repository at this point in the history
The example shows a sqlite backed service but the comment incorrectly suggested it was an in-memory service.
  • Loading branch information
omeid committed Dec 30, 2016
1 parent cc09e4d commit de7a58b
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 @@ -66,7 +66,7 @@ const app = feathers()
// Removes all database content
Todo.sync({ force: true });

// Create an in-memory Feathers service with a default page size of 2 items
// Create an sqlite backed Feathers service with a default page size of 2 items
// and a maximum size of 4
app.use('/todos', service({
Model: Todo,
Expand Down

0 comments on commit de7a58b

Please sign in to comment.