seppevs / migrate-mongo

A database migration tool for MongoDB in Node
MIT License
926 stars 163 forks source link

typo: mistake with async function signature in README.md #333

Open Kamikadze4GAME opened 3 years ago

Kamikadze4GAME commented 3 years ago

Fixed small mistake with async function signature in README.md

The line

https://github.com/seppevs/migrate-mongo/blob/4906ff23676ba3b2a9be219be64eb94f440db597/README.md#L132

should be changed into

* `async function up(db, client) { /* */ }` should contain `await` keyword(s) and return `Promise`
Checklist
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling f3cd105352178e3d305bd5b2ecee409a6d1273fc on Kamikadze4GAME:patch-1 into 4906ff23676ba3b2a9be219be64eb94f440db597 on seppevs:master.