Skip to content

Commit 9183281

Browse files
committed
readme updates
1 parent c821d8f commit 9183281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/jondavidjohn/payform.svg?branch=master)](https://travis-ci.org/jondavidjohn/payform)
44
![Dependencies](https://david-dm.org/jondavidjohn/payform.svg)
55

6-
[![NPM](https://nodei.co/npm/payform.png)](https://npmjs.org/package/payform)
6+
[![npm](https://nodei.co/npm/payform.png)](https://npmjs.org/package/payform)
77

88
A general purpose library for building credit card forms, validating inputs, and formatting numbers.
99

@@ -29,7 +29,7 @@ Works in IE8+ and all other modern browsers.
2929

3030
## Installation / Usage
3131

32-
### NPM (Node and Browserify)
32+
### npm (Node and Browserify)
3333

3434
```sh
3535
npm install payform --save
@@ -263,4 +263,4 @@ We recommend you to use `<input type="tel">` which will cause the numeric keyboa
263263
## A derived work
264264

265265
This library is derived from a lot of great work done on [`jquery.payment`](https://github.com/stripe/jquery.payment) by the folks at [Stripe](https://stripe.com/). This aims to
266-
build upon that work, in a module that can be consumed more easily with node/npm/browserify and without dependencies.
266+
build upon that work, in a module that can be consumed in more diverse situations.

0 commit comments

Comments
 (0)