Skip to content

Commit

Permalink
Docs: Fixes incorrect pkg name in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jan 11, 2019
1 parent e13c6aa commit bcbed0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ First, create a configuration file `mgit.json`:
{
"dependencies": {
"@ckeditor/ckeditor5-engine": "ckeditor/ckeditor5-engine",
"mgit": "cksource/mgit"
"mgit2": "cksource/mgit2"
}
}
```
Expand All @@ -44,7 +44,7 @@ And run `mgit sync` to clone all the repositories. By default, they will be clon
```bash
packages/
ckeditor5-engine/
mgit/
mgit2/
```

## Configuration
Expand Down

0 comments on commit bcbed0b

Please sign in to comment.