From bd512be68d1846c7e04f76e74a8961b3933c722a Mon Sep 17 00:00:00 2001 From: rajvardhan agarwal Date: Jan 21 2020 10:19:51 +0000 Subject: Update README.md --- diff --git a/README.md b/README.md index bff12b6..5a78cca 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ This list shows what each of the digits signify - * 4xx - Client Error * 5xx - Server Error -The second and third digits give us more information about the response. For example status code 404 represents a not found error and a 403 status code represents a forbidden error. [this](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) link can be referred for more information about all the status codes. +The second and third digits give us more information about the response. For example status code 404 represents a not found error and a 403 status code represents a forbidden error. [This](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) link can be referred for more information about all the status codes.