From 0b91c4c19b4deca99d58b1a1b29019b450962fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Aguiar?= Date: Tue, 24 Sep 2024 09:42:16 -0300 Subject: [PATCH] Update README.md (#40) --- stores/abac-with-rebac/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stores/abac-with-rebac/README.md b/stores/abac-with-rebac/README.md index a88f236..1e476d6 100644 --- a/stores/abac-with-rebac/README.md +++ b/stores/abac-with-rebac/README.md @@ -25,7 +25,7 @@ If the attribute is a **category with a few values**, e.g. a boolean, a category For example, the following model defines a policy where the user can only view a document if their email is verified, you'll add an email_verified relation to the user type: -```` +``` type user relations define email_verified : [user] @@ -38,7 +38,7 @@ type document If you want to model a document status, you'll add a relation for each possible status with the document itself: -```` +``` type user type document