From cc6a6361bc967ab6d1b80e22b512fb1982792821 Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Sat, 27 Jan 2024 19:18:59 +0000 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd67a3e..9709019 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,7 @@ async function getParks(changeSetId) { ``` ### Directory Permissions + | Permission | Notes | | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | | ADD_ENUM | Permits the ADD_ENUM operation. | @@ -536,7 +537,7 @@ async function getParks(changeSetId) { | ALL | Permits all operations, check constraints and raw SQL migrations. | ## Example Applications -This repository includes [javascript](https://github.com/acuminous/filby/tree/main/examples/javascript) and [typescript](https://github.com/acuminous/filby/tree/main/examples/typescript) example applications based on a Caravan Park business. +This repository includes [JavaScript](https://github.com/acuminous/filby/tree/main/examples/javascript) and [TypeScript](https://github.com/acuminous/filby/tree/main/examples/typescript) example applications based on a Caravan Park business. ### Installation ```bash