refactor: 💡 readme

This commit is contained in:
Christian Kaisermann 2019-12-02 23:41:34 -03:00
parent 396a360324
commit 490fdd9492

View File

@ -8,8 +8,8 @@
**Requirements** **Requirements**
- Node: `>= 11.15.0` - Node: `>= 11.15.0`
- Browsers: `Chrome 38+`, `Edge 16+`, `Firefox 13+`, `Opera 25+`, `Safari 8+`. - Browsers: `Chrome 38+`, `Edge 16+`, `Firefox 13+`, `Opera 25+`, `Safari 8+`.
```svelte ```svelte
<script> <script>
@ -28,21 +28,21 @@
```jsonc ```jsonc
// en.json // en.json
{ {
"page": { "page": {
"home": { "home": {
"title": "Homepage", "title": "Homepage",
"nav": "Home" "nav": "Home"
}, },
"about": { "about": {
"title": "About", "title": "About",
"nav": "About" "nav": "About"
}, },
"contact": { "contact": {
"title": "Contact", "title": "Contact",
"nav": "Contact Us" "nav": "Contact Us"
} }
} }
} }
``` ```
### [Go to documentation](https://github.com/kaisermann/svelte-i18n/wiki) ### [Go see the documentation](https://github.com/kaisermann/svelte-i18n/wiki)