Skip to content

Commit b069c9c

Browse files
authored
Update readme to include class import statement
1 parent d476716 commit b069c9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ composer require idf/nova-html-card
2020
[Register your new card](https://nova.laravel.com/docs/2.0/customization/cards.html#registering-cards).
2121

2222
```php
23+
use IDF\HtmlCard\HtmlCard;
24+
2325
public function cards()
2426
{
2527
return [
@@ -70,4 +72,4 @@ npm run watch
7072

7173
## License
7274

73-
The MIT License (MIT). Please see [License File](LICENSE) for more information.
75+
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)