Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update readme for 2.1.0 release
  • Loading branch information
kghbln authored Mar 5, 2019
1 parent d24b451 commit 5f7d8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This extension provides the `#mermaid` parser function to support the generation
## Requirements

- PHP 5.6 or later
- MediaWiki 1.27 or later
- MediaWiki 1.31 or later

## Installation

Expand All @@ -35,15 +35,15 @@ If you do not have a "composer.local.json" file yet, create one and add the foll
```
{
"require": {
"mediawiki/mermaid": "~2.0"
"mediawiki/mermaid": "~2.1"
}
}
```

If you already have a "composer.local.json" file add the following line to the end of the "require"
section in your file:

"mediawiki/mermaid": "~2.0"
"mediawiki/mermaid": "~2.1"

Remember to add a comma to the end of the preceding line in this section.

Expand Down

0 comments on commit 5f7d8d2

Please sign in to comment.