Skip to content

Commit

Permalink
Fix code comment in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
elvingm authored May 23, 2017
1 parent 2fc32b1 commit 5a38ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ const migration = new Migrations({
migration.setModelsPath('different/path/to/models')
migration.setEntriesPath('different/path/to/entries')

// Create entries from folder in the configured space, using the supplied `id` // if provided, or letting Contentful generate one if not.
// Create entries from folder in the configured space, using the supplied `id`
// if provided, or letting Contentful generate one if not.
migration.seedEntries().then(console.log)

// Update entries from folder in the configured space
Expand Down

0 comments on commit 5a38ca1

Please sign in to comment.