Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsgsDesign committed Sep 3, 2019
1 parent 5533dda commit cca9879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Create a view files inside `resources/views/latex/tex.blade.php`
\end{document}
~~~

You can see how we have easily used blade directives for {{ $name }} or @foreach to show addresses in table to dynamically generate the content.
You can see how we have easily used blade directives for `{{ $name }}` or `@foreach` to show addresses in table to dynamically generate the content.

- Generate the file :

Expand Down

0 comments on commit cca9879

Please sign in to comment.