diff --git a/README.md b/README.md
index 28bb5ce1d..2c8fbe6b5 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,24 @@
-```
-When I wrote this, only God and I understood what I was doing. Now, only God knows.
-```
-
-

+

+
-
- API request builder - Helps you create your requests faster, saving you precious time on your development - Subscribe
+ API request builder - A free, fast, and beautiful alternative to Postman
-
+
+ Helps you create your requests faster, saving you precious time on your development - Subscribe
+
+
-[](https://travis-ci.com/liyasthomas/postwoman) [](https://github.com/liyasthomas/postwoman/releases/latest) [](CONTRIBUTING.md) [](https://postwoman.io) [](https://opencollective.com/postwoman) [](https://www.paypal.me/liyascthomas) [](https://t.me/postwoman_app) [](https://discord.gg/GAMWxmR) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpostwoman.io&text=%F0%9F%91%BD%20Postwoman%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20your%20requests%20faster%2C%20saving%20you%20precious%20time%20on%20your%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520Postwoman%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520your%2520requests%2520faster%2C%2520saving%2520you%2520precious%2520time%2520on%2520your%2520development%26url%3Dhttps%3A%2F%2Fpostwoman.io%26hashtags%3Dpostwoman%26via%3Dliyasthomas&via=liyasthomas&hashtags=postwoman)
+ [](https://travis-ci.com/liyasthomas/postwoman) [](https://github.com/liyasthomas/postwoman/releases/latest) [](https://postwoman.io) [](CONTRIBUTING.md) [](https://opencollective.com/postwoman) [](https://www.paypal.me/liyascthomas) [](https://t.me/postwoman_app) [](https://discord.gg/GAMWxmR) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpostwoman.io&text=%F0%9F%91%BD%20Postwoman%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20your%20requests%20faster%2C%20saving%20you%20precious%20time%20on%20your%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520Postwoman%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520your%2520requests%2520faster%2C%2520saving%2520you%2520precious%2520time%2520on%2520your%2520development%26url%3Dhttps%3A%2F%2Fpostwoman.io%26hashtags%3Dpostwoman%26via%3Dliyasthomas&via=liyasthomas&hashtags=postwoman)
-
-
Built with ❤︎ by
- liyasthomas and
- contributors
-
+
+
+ Built with ❤︎ by
+ liyasthomas and
+ contributors
+
+
---
@@ -162,7 +163,7 @@ _Requests with Pre-Request Scripts are indicated in History entries_
**To find out more, please check out [Postwoman Wiki](https://github.com/liyasthomas/postwoman/wiki).**
-## Demo 🚀 [](https://postwoman.io)
+## Demo 🚀 [](https://postwoman.io)
[https://postwoman.io](https://postwoman.io)
@@ -188,17 +189,17 @@ You're done!
## Developing 👷
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
-1. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`).
-1. Start the development server with `npm run dev`.
-1. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser.
+2. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`).
+3. Start the development server with `npm run dev`.
+4. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser.
#### Or, with docker-compose:
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
-1. Run `docker-compose up`
-1. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser.
+2. Run `docker-compose up`
+3. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser.
-## Docker 🐳 [](https://hub.docker.com/r/liyasthomas/postwoman)
+## Docker 🐳 [](https://hub.docker.com/r/liyasthomas/postwoman)
```bash
#pull
@@ -214,19 +215,19 @@ docker build -t postwoman:latest
## Releasing 🏷️
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
-1. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`).
-1. Build the release files with `npm run build`.
-1. Find the built project in `./dist`.
+2. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`).
+3. Build the release files with `npm run build`.
+4. Find the built project in `./dist`.
## Contributing 🍰
Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.
-## Continuous Integration 💚 [](https://travis-ci.com/liyasthomas/postwoman)
+## Continuous Integration 💚 [](https://travis-ci.com/liyasthomas/postwoman)
We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/liyasthomas/postwoman).
-## Versioning 🔖 [](https://github.com/liyasthomas/postwoman/releases/latest)
+## Versioning 🔖 [](https://github.com/liyasthomas/postwoman/releases/latest)
This project is developed by [Liyas Thomas](https://github.com/liyasthomas) using the [Semantic Versioning specification](https://semver.org). For the versions available, see the [releases on this repository](https://github.com/liyasthomas/postwoman/releases).
@@ -239,6 +240,7 @@ See the [CHANGELOG](CHANGELOG.md) file for details.
### Lead Developers
* **[Liyas Thomas](https://github.com/liyasthomas)** - *Author*
+* **[Caneco](https://twitter.com/caneco)** - *Designer*
### Testing and Debugging
@@ -309,7 +311,7 @@ This project is licensed under the [MIT License](https://opensource.org/licenses
* Hat tip to anyone whose code was used
* Inspirations:
- * [Dribbble](https://dribbble.com)
+ * [Dribbble](https://dribbble.com)
## Badges
@@ -351,7 +353,7 @@ Make your own badge!
Replace `