From 63d71f012b5a495c186c40bc4687bcdbc9277a98 Mon Sep 17 00:00:00 2001 From: Stephen Afam-Osemene Date: Thu, 11 Oct 2018 17:03:53 +0100 Subject: [PATCH] Fix typo in README.md (#312) Signed-off-by: Stephen Afam-Osemene --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c03f4e05..458812cda 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ This is the default strategy, and the safest one. It is best explained by lookin * `users.read.*` matches `users.read.own` * `users.read.*` matches `users.read.own.other` * `users.write.*` does not match `users.read.own` -* `users.*.bar` matches `users.bar.baz` +* `users.*.bar` matches `users.baz.bar` * `users.*.bar` does not `users.baz.baz.bar` To request `users.*`, a client must have exactly `users.*` as granted scope.