diff --git a/README.md b/README.md index 354a2bf..11bf03b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ import { Entity, EntityModelBase, EntityField } from "@microsoft/paris"; pluralName: "Todo Items", endpoint: "todo/items" }) -export class TodoItem extends EntityModelBase{ +export class TodoItem extends EntityModelBase { @EntityField() text: string; @@ -92,4 +92,4 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft. contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. ## Testing -Unit tests are written using [Jest](https://jestjs.io/), and executed with [ts-jest](https://github.com/kulshekhar/ts-jest). \ No newline at end of file +Unit tests are written using [Jest](https://jestjs.io/), and executed with [ts-jest](https://github.com/kulshekhar/ts-jest).