Fix typo in README.

Thanks to Guido Vanden Wyngaerd.
This commit is contained in:
Juliusz Chroboczek
2025-04-06 11:44:04 +02:00
parent a7fbe6a2ae
commit b0f72a0346
+1 -1
View File
@@ -156,7 +156,7 @@ with the permission `present`:
{
"users":{
"jch": {"password": "1234", "permissions": "op"}
"jch": {"password": "1234", "permissions": "op"},
"john": {"password": "secret", "permissions": "present"}
}
}