From 3aff6662b39e2298216b0398073b5be64905fd4a Mon Sep 17 00:00:00 2001 From: Mohamed Oun Date: Sat, 8 Jul 2017 19:06:05 +0300 Subject: [PATCH] Fix grammatical issue (#34) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d24589..ad4370f 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ If there is a relation between resources like employee to a company, use `id` i * **POST** `/schools ` Should create a new school and return the details of the new school created. Use POST on collection-URLs ### 9.4 API Versioning -When your APIs are public other third parties, upgrading the APIs with some breaking change would also lead to breaking the existing products or services using your APIs. Using versions in your URL can prevent that from happening: +When your APIs are public for other third parties, upgrading the APIs with some breaking change would also lead to breaking the existing products or services using your APIs. Using versions in your URL can prevent that from happening: `http://api.domain.com/v1/schools/3/students ` ### 9.5 Send feedbacks