From b602ed1011328cf185865e53c2fb1ce5c266b961 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 10 Apr 2020 06:12:05 -0400 Subject: [PATCH] clarify comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 706d55f..b7f16a1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ In your `${HOME}/.bubble-test.env` file, add this line (fix the path to point to export BUBBLE_ASSETS_DIR=/path/to/bubble-web/dist -In the `bubble/bubble-server` directory, run the test named `bubble.test.dev.DevServerTest`, like so: +In the `bubble/bubble-server` directory, run the test named `bubble.test.dev.DevServerTest`, which will run the API and perform initial activation. mvn -Dtest=bubble.test.dev.DevServerTest test