From 33a7fa4ad70b8fe52b635ed19f173f363c054356 Mon Sep 17 00:00:00 2001 From: RJ Lohan Date: Mon, 18 Nov 2019 13:32:04 -0800 Subject: [PATCH] Update README.rst (#349) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 363d7ce7..05937627 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ You will also need to install a language plugin, such as `the Java language plug .. code-block:: bash - pip install -e ../aws-cloudformation-rpdk-java-plugin + pip install -e ../cloudformation-cli-java-plugin Linting and running unit tests is done via `pre-commit `_, and so is performed automatically on commit. The continuous integration also runs these checks. Manual options are available so you don't have to commit):