From 2c90c4893c66be7dec8ed983487613e552b33396 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 23 Dec 2021 14:06:59 +0000 Subject: [PATCH] Update Get it Running - Step by Step.md --- source/usage/Get it Running - Step by Step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/usage/Get it Running - Step by Step.md b/source/usage/Get it Running - Step by Step.md index 564a1e0..c83794c 100644 --- a/source/usage/Get it Running - Step by Step.md +++ b/source/usage/Get it Running - Step by Step.md @@ -188,7 +188,7 @@ Define a machine called "door" in the bffh.dhall
` , read = "lab.door.read"`
` , write = "lab.door.write"`
` },`
-- create a role having ALL permissions to the door +- create a role having ALL permissions to the door
`DoorUser =`
`{ permissions = `
`[ "lab.door.write"` - allows the user to use the door