Update README.md

Fix typo
This commit is contained in:
Bill Jang 2020-09-04 12:48:23 +09:00 committed by Firstyear
parent dbfe87e675
commit 064533f8f6

View file

@ -47,7 +47,7 @@ answer questions via email, which can be found on their github profile.
* OIDC/Oauth * OIDC/Oauth
* RBAC/Claims (limited by time and credential scope) * RBAC/Claims (limited by time and credential scope)
* MFA (Webauthn, TOTP) (TOTP done) * MFA (Webauthn, TOTP) (TOTP done)
* Highly concurrent desgin (MVCC, COW) (done) * Highly concurrent design (MVCC, COW) (done)
* Replication (async multiple active write servers, read only servers) * Replication (async multiple active write servers, read only servers)
* Account impersonation * Account impersonation
* RADIUS integration (done) * RADIUS integration (done)