Skip to content

Commit

Permalink
Merge branch 'master' into filter-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shshaw committed Apr 25, 2016
2 parents 54ef956 + b5c21b5 commit 8c4aec9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
![https://travis-ci.org/kenwheeler/cash.svg?branch=master](https://travis-ci.org/kenwheeler/cash.svg?branch=master) ![Minified](https://badge-size.herokuapp.com/kenwheeler/cash/master/dist/cash.min.js.svg?label=Size%20%28minified%29) ![GZIP](https://badge-size.herokuapp.com/kenwheeler/cash/master/dist/cash.min.js.svg?compression=gzip&label=Size%20%28gzipped%29)

Cash is a small library for modern browsers (Chrome, Firefox, Safari and Internet
Explorer 9+) that provides jQuery style syntax to wrap modern Vanilla JS features.
It allows developers to use the jQuery syntax they already know, and utilizes modern
browser features to minimize the codebase. 100% feature parity with jQuery isn't a goal,
but cash comes helpfully close, covering most day to day use cases.
Explorer 9+) that provides jQuery style syntax for manipulating the DOM. Utilizing
modern browser features to minimize the codebase, developers can use the familiar
chainable methods at a fraction of the file size. 100% feature parity with jQuery isn't a
goal, but cash comes helpfully close, covering most day to day use cases.

#### Size Comparison

Expand All @@ -21,7 +21,7 @@ but cash comes helpfully close, covering most day to day use cases.

## Usage

Add cash to your project on your own server or via the jsDelivr CDN, and use cash to manipulate the DOM!
Add cash to your project on your server or using the [jsDelivr](https://cdn.jsdelivr.net/cash/1.2.0/cash.min.js) or [CloudFlare](https://cdnjs.cloudflare.com/ajax/libs/cash/1.2.0/cash.min.js) CDNs, and use cash to manipulate the DOM!

```html
<script src="https://cdn.jsdelivr.net/cash/1.2.0/cash.min.js"></script>
Expand Down

0 comments on commit 8c4aec9

Please sign in to comment.