You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A general purpose library for building credit card forms, validating inputs, and formatting numbers.
9
9
@@ -29,7 +29,7 @@ Works in IE8+ and all other modern browsers.
29
29
30
30
## Installation / Usage
31
31
32
-
### NPM (Node and Browserify)
32
+
### npm (Node and Browserify)
33
33
34
34
```sh
35
35
npm install payform --save
@@ -263,4 +263,4 @@ We recommend you to use `<input type="tel">` which will cause the numeric keyboa
263
263
## A derived work
264
264
265
265
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