Skip to content

Commit

Permalink
Merge branch 'MM-67_add_version_option_to_docs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
seppevs committed Jul 21, 2020
2 parents 7b642e8 + df48107 commit a1c1bd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -299,6 +299,13 @@ module.exports = {
};
````

### Version
To know which version of migrate-mongo you're running, just pass the `version` option:

````bash
$ migrate-mongo version
````

## API Usage

```javascript
Expand Down

0 comments on commit a1c1bd6

Please sign in to comment.