Skip to content

Commit 4fceeff

Browse files
committed
💯 Fixed docs
1 parent 4e0fea7 commit 4fceeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ var token = await keycloakClient.Auth.GetClientCredentialsTokenAsync(
138138
var users = await keycloakClient.Users.GetAsync(
139139
"your-realm",
140140
token.AccessToken,
141-
new KcUserFilter { MaxResults = 10 });
141+
new KcUserFilter { Max = 10 });
142142
```
143143

144144
## 📚 Documentation

0 commit comments

Comments
 (0)