From 5680bb508de463675c447596bddbe803e507d215 Mon Sep 17 00:00:00 2001 From: dah-fari7009 <35702512+dah-fari7009@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:51:52 -0700 Subject: [PATCH] fixes #9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9d7f714..0c2342035 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ add the option `--target "X:Y"` where `X` is one of `api`, `act` or `stmt` and ` For example, if the target is an API: ``` - java -jar {JAR_PATH} ge -i [OPTIONS] --target "api:" + java -jar {JAR_PATH} ge -i [OPTIONS] --target "api:" ``` or for multiple activities: ```