diff --git a/.changeset/fresh-cars-lay.md b/.changeset/fresh-cars-lay.md new file mode 100644 index 0000000..c2b26fc --- /dev/null +++ b/.changeset/fresh-cars-lay.md @@ -0,0 +1,5 @@ +--- +"graplix": minor +--- + +docs: update `README.md` comment diff --git a/README.md b/README.md index 867af55..877a102 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ const isAuthorized = await check({ }); // boolean if (!isAuthorization) { - throw new Error("You are not authorized"); + throw new Error("Not Authorized"); } ``` @@ -232,3 +232,4 @@ if (!isAuthorization) { - [OpenFGA](https://openfga.dev/) - [OpenFGA Playground](https://play.fga.dev/) - [GraphQL](https://graphql.org/) +