Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated the Read me file #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down