Commit 044ec147 authored by Jesse Pollak's avatar Jesse Pollak
Browse files

Merge pull request #6 from TrevorHinesley/patch-1

Update README.md
parents d93be9de 0bc29894
Showing with 2 additions and 2 deletions
+2 -2
......@@ -7,7 +7,7 @@ Card will take *any* credit card form and make it the best part of the checkout
## Usage
To use, you'll need to include the correct CSS and Javascript files into your HTML. You can find the necessary files at `/build/js/card.js` and `/build/css/card.css` and include them in your HTML like so.
To use, you'll need to include the correct CSS and Javascript files into your HTML. You can find the necessary files at `/lib/js/card.js` and `/lib/css/card.css` and include them in your HTML like so.
```html
<!-- in HEAD -->
......@@ -47,4 +47,4 @@ $ npm install
$ gulp watch
```
Now, if you go to localhost:8080/example in your browser, you should see the demo page.
\ No newline at end of file
Now, if you go to localhost:8080/example in your browser, you should see the demo page.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment