From 7bb8660b3535ce5f943a27f4111fb828779fb3d6 Mon Sep 17 00:00:00 2001 From: Patrick <4031292+patmood@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:49:26 -0700 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf95a5..9db9f2e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ URL example: The output is a typescript file `pocketbase-types.ts` ([example](./test/pocketbase-types-example.ts)) which will contain one type for each collection and an enum of all collections. -For example and "order" collection record might look like this: +For example an "order" collection record might look like this: ```typescript export type OrdersRecord = {