From ee54ea0dbc64094f3c302aa02786b672df55ff35 Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:59:54 +0800 Subject: [PATCH 1/2] Update README and logo Update README and logo --- README.md | 4 +--- docs/public/favicon.svg | 2 +- docs/src/components/OpenPaymentsLogo.astro | 2 +- docs/src/content/docs/index.mdx | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 035d47a9..0c83a496 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ ## What is Open Payments? -Open Payments is a protocol that can be implemented by digital wallets to -facilitate interoperability in the setup of payments for different use cases -including: +Open Payments is an open API standard that can be implemented by account servicing entities to facilitate interoperability in the setup and completion of payments for different use cases including: - [Web Monetization](https://webmonetization.org) - Tipping/Donations (low value/low friction) diff --git a/docs/public/favicon.svg b/docs/public/favicon.svg index 2b0009c5..87d2fdfb 100644 --- a/docs/public/favicon.svg +++ b/docs/public/favicon.svg @@ -1 +1 @@ - + diff --git a/docs/src/components/OpenPaymentsLogo.astro b/docs/src/components/OpenPaymentsLogo.astro index 243e81f1..13fc0d74 100644 --- a/docs/src/components/OpenPaymentsLogo.astro +++ b/docs/src/components/OpenPaymentsLogo.astro @@ -1,4 +1,4 @@ --- const { class: className } = Astro.props; --- -Open Payments logo +Open Payments logo diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index f6b03338..070fd558 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -1,9 +1,9 @@ --- title: Open Payments -description: Open Payments is an open API standard for implementation by account servicing entities. +description: Open Payments is an open API standard that can be implemented by account servicing entities to facilitate interoperability in the setup and completion of payments for different use cases. template: splash hero: - tagline: Open Payments is an open API standard for implementation by account servicing entities. + tagline: Open Payments is an open API standard that can be implemented by account servicing entities to facilitate interoperability in the setup and completion of payments for different use cases. actions: - text: Read the Open Payments docs link: introduction/overview/ From 24a31af308b9952ad2609a20d48c877f472f9577 Mon Sep 17 00:00:00 2001 From: Chen Hui Jing <1461498+huijing@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:37:54 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Max Kurapov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c83a496..b4dc8b37 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## What is Open Payments? -Open Payments is an open API standard that can be implemented by account servicing entities to facilitate interoperability in the setup and completion of payments for different use cases including: +Open Payments is an open API standard that can be implemented by account servicing entities (e.g. banks, digital wallet providers, and mobile money providers) to facilitate interoperability in the setup and completion of payments for different use cases including: - [Web Monetization](https://webmonetization.org) - Tipping/Donations (low value/low friction)