@@ -247,10 +247,10 @@ your project.
247247
248248` ` ` yaml
249249my-awesome-project # project root
250- |- rules # rule directory
251- | |- my-rule.yml
252- |- utils # utils directory
253- | |- is-literal.yml
250+ |- rules # rule directory
251+ | |- my-rule.yml
252+ |- utils # utils directory
253+ | |- is-literal.yml
254254` ` `
255255
256256> Also, you need to add the `rules` and `utils` directories to the
@@ -305,8 +305,8 @@ within your organization.
305305
306306Packages provided by Coderabbit are :
307307
308- -`ast-grep-essentials` :A set of essential security rules, because we value security, this package gets
309- it's own property in the `.coderabbit.yml` file, to make it easier to install and not overwrite. Check
308+ -`ast-grep-essentials` :A set of essential security rules. Because we value security, this package gets
309+ its own property in the `.coderabbit.yml` file, to make it easier to install and not overwrite. Check
310310the [package repository](https://github.com/coderabbitai/ast-grep-essentials)
311311for more information.
312312
@@ -344,7 +344,7 @@ my-awesome-project # project root
344344 | |- is-literal.yml
345345` ` `
346346
347- **rules** and **utils** directories are keywords and it should be the same. Inside each directory, the structure is up
347+ **rules** and **utils** directories are keywords, and it should be the same. Inside each directory, the structure is up
348348to you. You can also have any other root directories or files beside the two shown above.
349349
350350-package name should be in the format `organization/repository`