Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Nov 9, 2015
1 parent c3e999b commit 0565f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ return [
Blade template:
```php
<div class="message">
<p>{{ trans('message.hello', ['name' => 'visitor']) }}</p>
<p>{{ trans('message.hello', ['name' => 'visitor']) }}</p>
</div>
```

Vue template:
```js
<div class="message">
<p>{{ $t('message.hello', { name: "visitor"}) }}</p>
<p>{{ $t('message.hello', { name: "visitor"}) }}</p>
</div>
```

Expand Down

0 comments on commit 0565f93

Please sign in to comment.