From 1068f8a6642208720be47db3e4c40b4e2de63820 Mon Sep 17 00:00:00 2001 From: Amit Dash Date: Wed, 30 Oct 2019 01:07:12 +0530 Subject: [PATCH] Documentation cleanup and typo fixes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9516058d7..f0255365b 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno **Methods:** - `GET` - Retrieve information about the REST API resource - - `HEAD` - Asks for a response identical to that of a GET request, but without the response body. + - `HEAD` - Retrieve response headers identical to those of a GET request, but without the response body. - `POST` - Create a REST API resource - `PUT` - Update a REST API resource - `DELETE` - Delete a REST API resource or related component - `OPTIONS` - Describe the communication options for the target resource - - `PATCH` - Applies partial modifications to a REST API resource + - `PATCH` - Apply partial modifications to a REST API resource _History entries are synced with local session storage_ @@ -118,7 +118,7 @@ _HTML responses have "Preview HTML" feature_ ⏰ **History**: Request entries are synced with local session storage to reuse with a single click. -**Field:s** +**Fields:** - Label - Timestamp - Method @@ -292,9 +292,9 @@ Support this project with your organization. Your logo will show up here with a This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details. -## Acknowledgments 🙏 +## Acknowledgements 🙏 -* Hat tip to anyone who's code was used +* Hat tip to anyone whose code was used * Inspirations: * [Dribbble](https://dribbble.com)