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