Removed all instances of the term 'Postman'
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<b>A free, fast and beautiful API request builder</b>
|
||||
</p>
|
||||
<p>
|
||||
<i>Web alternative to Postman - Helps you create requests faster, saving precious time on development - <a href="https://postwoman.launchaco.com">Subscribe</a></i>
|
||||
<i>Helps you create requests faster, saving precious time on development - <a href="https://postwoman.launchaco.com">Subscribe</a></i>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
</button>
|
||||
<button
|
||||
class="icon"
|
||||
onClick="window.open('https://twitter.com/share?text=👽 Postwoman • A free, fast and beautiful API request builder - Web alternative to Postman - Helps you create requests faster, saving precious time on development.&url=https://postwoman.io&hashtags=postwoman&via=liyasthomas');"
|
||||
onClick="window.open('https://twitter.com/share?text=👽 Postwoman • A free, fast and beautiful API request builder - Helps you create requests faster, saving precious time on development.&url=https://postwoman.io&hashtags=postwoman&via=liyasthomas');"
|
||||
v-close-popover
|
||||
>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
|
||||
@@ -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(() => {})
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user