From 4877bc3849df8debedcd2f593a31d77c9cb28c5e Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Tue, 17 Jan 2023 19:42:34 +0530 Subject: [PATCH] chore: updated product tagline --- packages/bruno-app/src/components/Welcome/index.js | 2 +- packages/bruno-app/src/pageComponents/Login/index.js | 2 +- packages/bruno-app/src/pageComponents/SignUp/index.js | 2 +- readme.md | 9 +-------- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/packages/bruno-app/src/components/Welcome/index.js b/packages/bruno-app/src/components/Welcome/index.js index a6e4ce81..894e63f2 100644 --- a/packages/bruno-app/src/components/Welcome/index.js +++ b/packages/bruno-app/src/components/Welcome/index.js @@ -61,7 +61,7 @@ const Welcome = () => {
bruno
-
Local-first, Opensource API Client.
+
Opensource IDE for exploring and testing api's
Collections
diff --git a/packages/bruno-app/src/pageComponents/Login/index.js b/packages/bruno-app/src/pageComponents/Login/index.js index 793a12e4..2b56a7bd 100644 --- a/packages/bruno-app/src/pageComponents/Login/index.js +++ b/packages/bruno-app/src/pageComponents/Login/index.js @@ -166,7 +166,7 @@ const Login = () => {
bruno
-
Opensource API Collection Collaboration Platform
+
Opensource IDE for exploring and testing api's.
diff --git a/packages/bruno-app/src/pageComponents/SignUp/index.js b/packages/bruno-app/src/pageComponents/SignUp/index.js index b993b8c0..a054725c 100644 --- a/packages/bruno-app/src/pageComponents/SignUp/index.js +++ b/packages/bruno-app/src/pageComponents/SignUp/index.js @@ -171,7 +171,7 @@ const SignUp = () => {
bruno
-
Opensource API Collection Collaboration Platform
+
Opensource IDE for exploring and testing api's.
diff --git a/readme.md b/readme.md index 8bb7dca4..d3927c9e 100644 --- a/readme.md +++ b/readme.md @@ -1,15 +1,8 @@ # bruno -Local-first, Opensource API Client. - -### Live Demo 🏂 -Woof! Lets play with some api's [here](https://play.usebruno.com). -Your api must allow CORS for it to work in the browser, else checkout the chrome extension or the desktop app - -You can visit the [Website](https://www.usebruno.com) or watch a [4 min demo](https://www.youtube.com/watch?v=wwXJW7_qyLA) +Opensource IDE for exploring and testing api's. ![bruno](assets/images/landing.png) - ### Bring Your Own Version Control ✨ Bruno is built from the ground up with the Local-first paradigm in mind. This allows developers to directly store there collections on top of their local filesystem. The collections are mirrored as folders and files on the filesystem. ![bruno](assets/images/local-collections.png)