diff --git a/README.md b/README.md index d89c804..08a4cdd 100644 --- a/README.md +++ b/README.md @@ -190,9 +190,9 @@ TEST_MODE=false --- mapping: - github: demo-team - ldap: ldap super users + directory: ldap super users - github: demo-admin-2 - ldap: some other group + directory: some other group ``` ## Usage Examples diff --git a/syncmap.yml.example b/syncmap.yml.example index 3011662..f81d608 100644 --- a/syncmap.yml.example +++ b/syncmap.yml.example @@ -1,6 +1,6 @@ --- mapping: - github: demo-team - ldap: ldap super users + directory: ldap super users - github: demo-team-2 - ldap: another-group + directory: another-group