Skip to content

Commit

Permalink
docs: change README.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfromundefined authored Nov 22, 2024
1 parent fd6682d commit f483157
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fresh-cars-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"graplix": minor
---

docs: update `README.md` comment
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const isAuthorized = await check({
}); // boolean

if (!isAuthorization) {
throw new Error("You are not authorized");
throw new Error("Not Authorized");
}
```

Expand All @@ -232,3 +232,4 @@ if (!isAuthorization) {
- [OpenFGA](https://openfga.dev/)
- [OpenFGA Playground](https://play.fga.dev/)
- [GraphQL](https://graphql.org/)

0 comments on commit f483157

Please sign in to comment.