From 10009d4a677b706db3ed7f13ba8ad917bb01e0e1 Mon Sep 17 00:00:00 2001 From: Idan Shahar <10245593+idanshahar@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:17:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79fde37..9c8d8ac 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Tokens can be cleared from the CLI by running `allero config clear token` Rules can be defined using the [Json Schema](https://json-schema.org/) format. Json Schema rules should be based on our data schema. An example of our data schema structure can be found [here](https://github.com/allero-io/allero/tree/main/examples/rules/data-schema-example.json). 1. Create a new json file and define your rule. Example rules can be found [here](https://github.com/allero-io/allero/tree/main/examples/rules). Make sure to update the rule description and failureMessage. -2. Copy-paste the rule-files to "~/.allero/rules/github/" and "~/.allero/rules/gitlab/". +2. Copy-paste the rule-files to `~/.allero/rules/github/` and `~/.allero/rules/gitlab/`. 3. Run `allero validate` ## Contribution 👩🏽‍💻