From 29a4fb243a2b39b07d44673864546fc36f23a779 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 25 Apr 2023 08:54:26 -0700 Subject: [PATCH] Fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86d5c2e..86fdcc6 100755 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ public void pmdMain() throws Exception { ``` ```text -./dld compile pmdMain +./bld compile pmdMain ``` -Please check the [PmdOperation documentation](https://rife2.github.io/bld-pmd/rife/bld/extension/PmdOperation.html#method-summary) for all available configuration options. \ No newline at end of file +Please check the [PmdOperation documentation](https://rife2.github.io/bld-pmd/rife/bld/extension/PmdOperation.html#method-summary) for all available configuration options.