Skip to content

Commit d4d29d6

Browse files
authored
Merge pull request #9 from timciep/patch-1
Update readme to include class import statement
2 parents d476716 + b069c9c commit d4d29d6

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)