diff --git a/README.md b/README.md
index f38a59bc6..627beb57c 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,19 @@
```
When I wrote this, only God and I understood what I was doing. Now, only God knows.
```
+
-

+
-
Liyas Thomas
+
Postwoman
+
+ API request builder - Helps you create your requests faster, saving you precious time on your development
+
+
+
+[](https://travis-ci.com/liyasthomas/postwoman) [](https://github.com/liyasthomas/postwoman/releases/latest) [](https://github.com/liyasthomas/postwoman/archive/master.zip) [](https://github.com/liyasthomas/postwoman/blob/master/LICENSE) [](https://github.com/liyasthomas/postwoman/issues) [](https://liyas-thomas.firebaseapp.com) [](https://www.paypal.me/liyascthomas) [](https://www.buymeacoffee.com/liyasthomas) [](https://t.me/postwoman_app) [](https://discord.gg/GAMWxmR)
+
+
Built with ❤︎ by
liyasthomas and
contributors
@@ -13,12 +22,6 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno
---
-[](https://travis-ci.com/liyasthomas/postwoman) [](https://github.com/liyasthomas/postwoman/releases/latest) [](https://github.com/liyasthomas/postwoman/archive/master.zip) [](https://github.com/liyasthomas/postwoman/blob/master/LICENSE) [](https://github.com/liyasthomas/postwoman/issues) [](https://liyas-thomas.firebaseapp.com) [](https://www.paypal.me/liyascthomas) [](https://www.buymeacoffee.com/liyasthomas) [](https://t.me/postwoman_app) [](https://discord.gg/GAMWxmR)
-
-#
Postwoman
-
-### API request builder
-
**Start here: _[Story behind Postwoman](https://dev.to/liyasthomas/i-created-postwoman-an-online-open-source-api-request-builder-41md)_**
**Chat here: _[Telegram](https://t.me/postwoman_app), [Discord](https://discord.gg/GAMWxmR)_**
@@ -118,11 +121,11 @@ _History entries can be deleted one-by-one or all together_
---
-## Demo
+## Demo 🚀
[https://postwoman.io](https://postwoman.io)
-## Usage
+## Usage 💡
1. Specify your request method
2. Type in your API URL
@@ -134,7 +137,7 @@ You're done!
---
-## Built with
+## Built with 🔧
* **[Chromium](https://github.com/chromium/chromium)** - Thanks for being so fast!
* HTML - For the web framework
@@ -145,7 +148,7 @@ You're done!
---
-## Developing
+## 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`).
@@ -154,7 +157,7 @@ You're done!
---
-## Docker
+## Docker 🐳
```bash
docker build -t postwoman:latest
@@ -163,7 +166,7 @@ docker run -p 3000:3000 postwoman:latest
---
-## Releasing
+## 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`).
@@ -172,43 +175,42 @@ docker run -p 3000:3000 postwoman:latest
---
-## Contributing
+## 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
+## Continuous Integration 💚
We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/liyasthomas/postwoman).
---
-## Versioning
+## Versioning ✅
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).
---
-## Change log
+## Change log 📝
See the [CHANGELOG](CHANGELOG.md) file for details.
---
-## Authors
+## Authors 🔮
-### Lead Developers
-* [**Liyas Thomas**](https://github.com/liyasthomas) - *Author*
+### Lead Developers 👨💻
+
+* **[Liyas Thomas](https://github.com/liyasthomas)** - *Author*
+
+### Testing and Debugging 🚧
-### Testing and Debugging
-* [Liyas Thomas](https://github.com/liyasthomas)
* ([contributors](https://github.com/liyasthomas/postwoman/graphs/contributors))
-### Contributors
+### Contributors 🚸
-
-
 John Harker 💻 |
@@ -224,23 +226,30 @@ See the [CHANGELOG](CHANGELOG.md) file for details.
-
-
See the list of [contributors](https://github.com/liyasthomas/postwoman/graphs/contributors) who participated in this project.
-### Thanks
+### Thanks 🤝
+
* [Dribbble](https://dribbble.com)
---
-## License
+## License 📄
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.
---
-## Acknowledgments
+## Acknowledgments 🙏
* Hat tip to anyone who's code was used
* Inspirations:
* [Dribbble](https://dribbble.com)
+
+---
+
+
+

+
+
Happy Coding ❤︎
+
diff --git a/pages/index.vue b/pages/index.vue
index 282e1d115..9cffc577a 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -903,6 +903,7 @@
let time = new Date().toLocaleTimeString();
let date = new Date().toLocaleDateString();
navigator.share({
+ title: `Postwoman`,
text: `Postwoman • API request builder at ${time} on ${date}`,
url: window.location.href
}).then(() => {