From c10253cda7e0d9987d01a5775354b78fad2ae91b Mon Sep 17 00:00:00 2001 From: musman2012 Date: Sun, 18 Oct 2015 10:45:14 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed9e4cf..062885e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SCIM-Client =========== -Simple Cloud Identity Management (SCIM) is a standard REST/JSON API to standardize User and Group CRUD (Create, read, update, delete). For developers and system administrators, it reduces the cost and complexity of user management operations by providing a common user schema and extension model, as well as binding documents to provide patterns for exchanging this schema using standard protocols. +Simple Cloud Identity Management (SCIM) is a standard REST/JSON API to standardize User and Group CRUD (Create, Read, Update, Delete). For developers and system administrators, it reduces the cost and complexity of user management operations by providing a common user schema and extension model, as well as binding documents to provide patterns for exchanging this schema using standard protocols. Detailed specifications for SCIM can be found at [http://www.simplecloud.info](http://www.simplecloud.info).