diff --git a/PostmanCollection.json b/PostmanCollection.json
index 7e19feda..94794b1a 100644
--- a/PostmanCollection.json
+++ b/PostmanCollection.json
@@ -110,7 +110,7 @@
"method": "GET",
"header": [],
"url": {
- "raw": "{{Protocol}}://{{Server}}{{Port}}/{{Api}}/users",
+ "raw": "{{Protocol}}://{{Server}}{{Port}}/{{Api}}/Users",
"protocol": "{{Protocol}}",
"host": [
"{{Server}}{{Port}}"
diff --git a/README.md b/README.md
index 346057f8..c4d3a6a1 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ The reference code provided in this repository will help you get started buildin
|Endpoint|Description|
|---|---|
-|/User|**Perform CRUD operations on a user resource:**
1. Create
2. Update
3. Delete
4. Get
5. List
6. Filter|
-|/Group|**Perform CRUD operations on a group resource:**
1. Create
2. Update
3. Delete
4. Get
5. List
6. Filter |
+|/Users|**Perform CRUD operations on a user resource:**
1. Create
2. Update
3. Delete
4. Get
5. List
6. Filter|
+|/Groups|**Perform CRUD operations on a group resource:**
1. Create
2. Update
3. Delete
4. Get
5. List
6. Filter |
|/Schemas|**Retrieve one or more supported schemas.**
The set of attributes of a resource supported by each service provider can vary. (e.g. Service Provider A supports “name”, “title”, and “emails” while Service Provider B supports “name”, “title”, and “phoneNumbers” for users).|
|/ResourceTypes|**Retrieve supported resource types.**
The number and types of resources supported by each service provider can vary. (e.g. Service Provider A supports users while Service Provider B supports users and groups).|
|/ServiceProviderConfig|**Retrieve service provider's SCIM configuration**
The SCIM features supported by each service provider can vary. (e.g. Service Provider A supports Patch operations while Service Provider B supports Patch Operations and Schema Discovery).|