Skip to content

Commit

Permalink
Clarified intro paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
shshaw committed Apr 23, 2016
1 parent baf4cb6 commit b5c21b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 Down

0 comments on commit b5c21b5

Please sign in to comment.