Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Jan 27, 2024
1 parent 219a2a5 commit cc6a636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ async function getParks(changeSetId) {
```

### Directory Permissions

| Permission | Notes |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| ADD_ENUM | Permits the ADD_ENUM operation. |
Expand All @@ -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
Expand Down

0 comments on commit cc6a636

Please sign in to comment.