From 72fe452fb3cc83d8d28e101558e8c98e860c5d98 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Mon, 20 Apr 2026 18:23:01 -0400 Subject: [PATCH] update RAD documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfbdb07..0557422 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The following tiles (side-loaded components) are useful to users of the BeeDK. If your project includes RAD tiles, you can start the application with the following command. ```sh -mvn -Drad process-classes +mvn -Drad process-test-classes ``` To stop RAD and remove the Docker containers, you will need to do it through Docker commands. This will differ between operating systems. The Maven Archetypes provides scripts to assist with these operations called `rad.sh` or `rad.ps1`.