Skip to content

Commit

Permalink
Fix typo and delete lib directory
Browse files Browse the repository at this point in the history
Address issues #2 and #3; #3 has already been mostly addressed by @gaand,
 as models have already been moved from `lib` into `models`.
  • Loading branch information
GA-MEB committed Mar 7, 2016
1 parent ec07577 commit 08e432a
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -48,7 +48,7 @@ We'll use these to create a command line crud app.
```js
var mongoose = require('mongoose');

var peronsSchema = new mongoose.Schema({
var personSchema = new mongoose.Schema({

name: {
given: String,
Expand Down
Empty file removed lib/.keep
Empty file.

0 comments on commit 08e432a

Please sign in to comment.