Changed PHP > NodeJS in readme.md

This commit is contained in:
Sam Cottle
2021-05-29 11:28:21 +02:00
committed by GitHub
parent 7879c61e20
commit 6a235ea765

View File

@@ -111,7 +111,7 @@ client.httpClient = httpClient;
### Example integration ### 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 ## Contributing
We strongly encourage you to join us in contributing to this repository so everyone can benefit from: 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). This repository is available under the [MIT license](LICENSE).
## See also ## See also
* [example integration](https://github.com/adyen-examples/adyen-node-online-payments) * [example integration](https://github.com/adyen-examples/adyen-node-online-payments)