From 42b47be04cc9bbe4c9a9f2478a3b0a4a4c5bef0a Mon Sep 17 00:00:00 2001 From: Xiwen Cheng Date: Tue, 2 Apr 2024 18:02:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312e5bd..c69e9a1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ It's advisable to add the `mendix-cli` file to your `.gitignore` file. This way - copy `policies` directory to your project directory - run `./mendix-cli lint --xunit-report=report.xml` -You will see a report in the terminal and a report in the `report.xml` file. The report is in xUnit format. You can use it in your CI/CD pipeline. +You will see a summary of the policy evaluations in the terminal and a report in the `report.xml` file. The report is in xUnit format. You can use it in your CI/CD pipeline. Do you want to create your own policies? Please refer to our guide [Create new policy](./docs/create-new-policy.md)