From 6a235ea7655b1162249050e496ef69c8f8b8a404 Mon Sep 17 00:00:00 2001 From: Sam Cottle <30656767+samcottle@users.noreply.github.com> Date: Sat, 29 May 2021 11:28:21 +0200 Subject: [PATCH] Changed PHP > NodeJS in readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f27d4b..db92a06 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ client.httpClient = httpClient; ### Example integration -For a closer look at how our PHP library works, clone our [example integration](https://github.com/adyen-examples/adyen-node-online-payments). This includes commented code, highlighting key features and concepts, and examples of API calls that can be made using the library. +For a closer look at how our NodeJS library works, clone our [example integration](https://github.com/adyen-examples/adyen-node-online-payments). This includes commented code, highlighting key features and concepts, and examples of API calls that can be made using the library. ## Contributing We strongly encourage you to join us in contributing to this repository so everyone can benefit from: @@ -128,4 +128,4 @@ If you have a feature request, or spotted a bug or a technical problem, create a This repository is available under the [MIT license](LICENSE). ## See also -* [example integration](https://github.com/adyen-examples/adyen-node-online-payments) \ No newline at end of file +* [example integration](https://github.com/adyen-examples/adyen-node-online-payments)