From 7007227c8e5f66dff3fc1b4711625e98a417029f Mon Sep 17 00:00:00 2001 From: Scott <52388100+ScottAwesome@users.noreply.github.com> Date: Wed, 3 Mar 2021 14:09:54 -0800 Subject: [PATCH] fix: README bracket spacing Simple README Fix, just adds a space on the bracket for the first usage example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).