From d59d0cc0e5848dc140bb57559a118271f7d94bf8 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Mon, 30 Aug 2021 16:48:20 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c75a30..247bb44 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ The ShareResourceWithUsersAndGroups function Shares the Resource With all Provid ``` err := helper.ShareResourceWithUsersAndGroups(ctx, client, "resource id", []string{"user 1 id"}, []string{"group 1 id"}, 7) ``` -Note: Existing Permission of Users and Groups will be Adjusted to Fit the Type. +Note: Existing Permission of Users and Groups will be adjusted to be of the Provided permissionType. If you need to do something more Complicated like setting Users/Groups to different Type then you can Use ShareResource directly: ```