From 0d5e933f86c3de78bf38ea5af480646c0a18946e Mon Sep 17 00:00:00 2001 From: kelvin-omoh <95302653+kelvin-omoh@users.noreply.github.com> Date: Fri, 3 Mar 2023 21:23:10 +0100 Subject: [PATCH] updated the Read me file i added to the introduction and many more, to check this open my the Readme file --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bbdf8e..b55890d 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,27 @@ 42-cent ======= -> Node.js multi-gateway payment processing module +# Introduction + 42-cent allows businesses to accept payments from customers through multiple payment gateways. 42-cent handle payment transactions between a customer and a business ,which also help to reduce the risk of payment processing failures by spreading transactions across multiple gateways. ## Installation + The best way to consume 42-cent is via the npm package which you can install with npm (or yarn if you prefer). + + +#### [npm](https://www.npmjs.com/package/42-cent) +``` +npm install --save 42-cent +``` - $ npm install -s 42-cent +#### [yarn](https://yarnpkg.com/en/package/42-cent) +``` +yarn add 42-cent +``` ## Usage + You can Import component like registerGateway from ``42cent`` + +you can require a gateway: ```Javascript