Browse Source

Fix markdown

Mark Sch 7 years ago
parent
commit
2bc7e207df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/I18n/README.md

+ 1 - 0
src/I18n/README.md

@@ -29,6 +29,7 @@ I18n::setLocale('en_US');
 use Cake\Core\Configure;
 
 Configure::write('App.paths.locales', ['/path/with/trailing/slash/']);
+```
 
 Please refer to the [CakePHP Manual](https://book.cakephp.org/3.0/en/core-libraries/internationalization-and-localization.html#language-files) for details
 about expected folder structure and file naming.