diff --git a/README.md b/README.md index ba0cb44..35c0a87 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Register the translations with the `pll_translations` function. They will now be pll_translations([ 'group' => [ 'String that should be translatable by Polylang' => 'Explanation of how the string is used', - ] + ], 'general' => [ 'English' => 'The english language', 'Swedish' => 'The swedish language',