Skip to content

Commit 6cf145f

Browse files
committed
docs: Clarify Getting Started section with proper NVD API Key setup
1 parent 3ae3faa commit 6cf145f

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
@@ -34,7 +34,9 @@ Don't feel deterred by all the configuration settings defined in this plugin. Al
3434
The best way to get started is to install the plugin, set your [NVD API Key](#nvd-api):
3535

3636
```sbt
37-
dependencyCheckNvdApi := NvdApiSettings("YOUR_NVD_API_KEY")
37+
import net.nmoncho.sbt.dependencycheck.settings._
38+
39+
dependencyCheckNvdApi := NvdApiSettings(apiKey = "YOUR_NVD_API_KEY")
3840
```
3941

4042
And then just run:

0 commit comments

Comments
 (0)