We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8d96f commit f4cb855Copy full SHA for f4cb855
1 file changed
README.md
@@ -21,6 +21,11 @@ You can install the package in to a Laravel app that uses [Nova](https://nova.la
21
composer require interaction-design-foundation/nova-html-card
22
```
23
24
+For Nova v4 (Release Candidate):
25
+```bash
26
+composer require interaction-design-foundation/nova-html-card ^3.0.0-rc1
27
+```
28
+
29
30
## Usage
31
0 commit comments