diff --git a/README.md b/README.md
index d28b84eaa..4ce446d0d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
A free, fast and beautiful API request builder
- Web alternative to Postman - Helps you create requests faster, saving precious time on development - Subscribe
+ Helps you create requests faster, saving precious time on development - Subscribe
diff --git a/components/layout/header.vue b/components/layout/header.vue
index 9f9e9eea2..e7092361c 100644
--- a/components/layout/header.vue
+++ b/components/layout/header.vue
@@ -90,7 +90,7 @@
@@ -400,7 +400,7 @@ export default {
.share({
title: "Postwoman",
text:
- "Postwoman • A free, fast and beautiful API request builder - Web alternative to Postman - Helps you create requests faster, saving precious time on development.",
+ "Postwoman • A free, fast and beautiful API request builder - Helps you create requests faster, saving precious time on development.",
url: "https://postwoman.io/",
})
.then(() => {})
diff --git a/nuxt.config.js b/nuxt.config.js
index 849ca2901..48724ec88 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -4,8 +4,7 @@ require("dotenv").config()
export const options = {
name: "Postwoman",
shortDescription: "A free, fast and beautiful API request builder",
- description:
- "Web alternative to Postman - Helps you create requests faster, saving precious time on development.",
+ description: "Helps you create requests faster, saving precious time on development.",
loading: {
color: "#202124",
},