Skip to content

Commit 9462e44

Browse files
authored
Fixed bad markup in README file.
1 parent c391a6f commit 9462e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This package convert all your localization messages from your Laravel app to Jav
1515
- Allow to specify desired lang files to be converted to JS.
1616
- Lang.js API is based on Laravel's [`Translator`](https://laravel.com/api/5.4/Illuminate/Translation/Translator.html) class. No need to learn a whole API.
1717

18-
<table><thead><tr><td>
18+
<table><tbody><tr><td>
1919

2020
:star: **Webpack user?** Try the new and shiny [**Laravel localization loader**](https://github.com/rmariuzzo/laravel-localization-loader) for Webpack!
2121

22-
</td></tr></thead></table>
22+
</td></tr></tbody></table>
2323

2424

2525
## Installation

0 commit comments

Comments
 (0)