Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rody Molenaar committed Nov 5, 2015
1 parent ac1921a commit 648aed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ composer require rodymol123/dutch
5. Create a *rodymol123-dutch/* subdirectory into it.
6. Upload all the content in the unpacked folder to this subdirectory.

It's optional, but you can also add manually the Dutch language pack as Flarum's dependency. It allows you to automatically update the Dutch language pack update Flarum's dependencies by using Composer. Open [a text editor](https://en.wikipedia.org/wiki/Comparison_of_text_editors) the *composer.json* file located at the root of your Flarum installation (not the language pack one!) with a texteditor, then add to the list of Flarum's dependencies (which are listed below the `"require"` property) the following line in a new line:
It's optional, but you can also add manually the Dutch language pack as Flarum's dependency. It allows you to automatically update the Dutch language pack update Flarum's dependencies by using Composer. Open the *composer.json* file located at the root of your Flarum installation (not the language pack one!) with [a text editor](https://en.wikipedia.org/wiki/Comparison_of_text_editors), then add to the list of Flarum's dependencies (which are listed below the `"require"` property) the following line in a new line:

```
"rodymol123/dutch": "^1.0"
Expand Down

0 comments on commit 648aed6

Please sign in to comment.