diff --git a/examples/angular/.editorconfig b/examples/angular/.editorconfig index 59d9a3a3e..66971fae9 100644 --- a/examples/angular/.editorconfig +++ b/examples/angular/.editorconfig @@ -10,7 +10,3 @@ trim_trailing_whitespace = true [*.ts] quote_type = single - -[*.md] -max_line_length = off -trim_trailing_whitespace = false diff --git a/examples/angular/README.md b/examples/angular/README.md index ce6cffd09..fb1532501 100644 --- a/examples/angular/README.md +++ b/examples/angular/README.md @@ -2,7 +2,7 @@ This is a demo to explain the use of ArmoniK Api for Angular. -Please, refer to the documentation to get more information about the usage of the library. We write a special guide to help you to use ArmoniK Api with Angular. +Please refer to the documentation to get more information about the use of the library. You will find a guide on how to use ArmoniK API with Angular. ## How to run