diff --git a/README.md b/README.md index 4124a54..4c26a89 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Clone this repo, execute: ``` ./gradlew check // runs tests ./gradlew allureReport // generates allure html report -./gradlew allureServer // launches http server to display html erport +./gradlew allureServe // launches http server to display html report ```