Skip to content

Commit eab283d

Browse files
authored
Update README.md
Correction in the description
1 parent 436e79e commit eab283d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You may use the `Asset` class to build a tag for a single asset file:
5050
use Tatter\Assets\Asset;
5151

5252
$asset = new Asset('<link href="/assets/styles.css" rel="stylesheet" type="text/css" />');
53-
echo view('main', ['assset' => $asset]);
53+
echo view('main', ['asset' => $asset]);
5454
```
5555
... then in your view file:
5656

0 commit comments

Comments
 (0)