Skip to content

Commit b66f93a

Browse files
committed
Update README.md
1 parent 1529df1 commit b66f93a

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
@@ -35,7 +35,7 @@ The following scopes are supported:
3535

3636
* **dist** — bundle the agent in production distributions and add a `-javaagent` option to start scripts
3737
* **compile** — add the agent as a `provided` dependency so that it's available on the compile classpath
38-
* **run** — automatically fork the run and add a `-javaagent` option
38+
* **runtime** — automatically fork the run and add a `-javaagent` option
3939
* **test** — automatically fork tests and add a `-javaagent` option
4040

4141
The plugin can derive these scopes from module configurations.

0 commit comments

Comments
 (0)