Skip to content

Commit

Permalink
Fix readme installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetik committed Jul 31, 2017
1 parent f7bbe7f commit 39f37a2
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 @@ -9,12 +9,12 @@ This library allows you to connect to Maniaplanet dedicated server trough the XM
Installation
------------

We use [Composer](https://getcomposer.org/) because of the volcano:
We use [Composer](https://getcomposer.org/):

```
{
"require": {
"maniaplanet/dedicated-server-api": "~4"
"maniaplanet/dedicated-server-api": "^5.0"
}
}
```

0 comments on commit 39f37a2

Please sign in to comment.