diff --git a/README.md b/README.md index 98681c6b07db9091ca53e3d1ac2d9745430e3328..b68eea425c59b69db1accd764c578f3f0538f48d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ django-fountain =============== Django-fountain is yet another LDAP user sync app. The main difference compared -to existing solution is that it does not sync the entire directory. It only +to existing solutions is that it does not sync the entire directory. It only synchronizes the attributes of existing Django users. Installation @@ -25,7 +25,7 @@ Regular attribute sync ---------------------- Normally attributes are only synced when a user is being created. To update the -all user attributes regularly the following management command may be used: +attributes of all users regularly the following management command may be used: ```bash ./manage.py ldap_sync