Skip to content

Commit 8f24366

Browse files
committed
Merge pull request #646 from wmde/readme
Update example in README and fixed a spelling mistake
2 parents b97fe22 + 132a01b commit 8f24366

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ the git repository and take care of loading yourself.
3030
To add this package as a local, per-project dependency to your project, simply add a
3131
dependency on `wikibase/data-model` to your project's `composer.json` file.
3232
Here is a minimal example of a `composer.json` file that just defines a dependency on
33-
Wikibase DataModel 4.x:
33+
Wikibase DataModel 5.x:
3434

3535
```js
3636
{
3737
"require": {
38-
"wikibase/data-model": "~4.0"
38+
"wikibase/data-model": "~5.0"
3939
}
4040
}
4141
```
@@ -69,7 +69,7 @@ Wikibase DataModel has been written by [Jeroen De Dauw](https://www.mediawiki.or
6969
and Thiemo Mättig as [Wikimedia Germany](https://wikimedia.de) employees for the [Wikidata project]
7070
(https://wikidata.org/).
7171

72-
Contributions where also made by [several other people]
72+
Contributions were also made by [several other people]
7373
(https://www.ohloh.net/p/wikibasedatamodel/contributors?sort=commits).
7474

7575
### Concept

0 commit comments

Comments
 (0)