From f0a373d25330a9798f02a5e57f22a65e683480b9 Mon Sep 17 00:00:00 2001 From: mojafa Date: Mon, 10 Feb 2025 13:02:20 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1229949..fe380f8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ PayPal codespaces require a client ID and client secret for your app. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/paypal-examples/googlepay) +### Link to Codeanywhere + + [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paypal-examples/googlepay) + +### Link to Gitpod + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/paypal-examples/googlepay) + ### Learn more You can read more about codespaces in the [PayPal Developer Docs](https://developer.paypal.com/api/rest/sandbox/codespaces).