Skip to content

Commit

Permalink
README.md: tidy and update some wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Dec 20, 2014
1 parent 354d184 commit 0f76674
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<a href="http://interactjs.io"><img alt="interact.js" src="https://c4d6f7d727e094887e93-4ea74b676357550bd514a6a5b344c625.ssl.cf2.rackcdn.com/ijs-anim.svg" height="131px" width="100%"></a>

Javascript drag and drop, resizing and gestures for modern desktop and mobile browsers.
JavaScript drag and drop, resizing and multi-touch gestures with inertia and
snapping for modern browsers (and also IE8+).

Features include:

Expand All @@ -10,19 +11,21 @@ Features include:
Chrome, Firefox and Opera as well as **Internet Explorer 8+**
- interaction with [**SVG**](http://interactjs.io/repo/demo/star.svg) elements
- being **lightweight and standalone** (not _yet another_ jQuery plugin)
- **not modifying anything** it doesn't own (except to support IE8 and to
change the cursor (but you can disable that))
- **not modifying the DOM** except to support IE8 and to change the cursor
(but you can disable that)

## This README features [changes][upcoming-changes] that are currently in development.

The README of the latest release can be found [here][latest-readme].

Follow [@interactjs][ijs-twitter] on twitter and keep an eye on the [CHANGELOG](CHANGELOG.md) to stay updated.
Follow [@interactjs][ijs-twitter] on twitter and keep an eye on the
[CHANGELOG](CHANGELOG.md) to stay updated.

Installation
------------

Install with [Bower](http://bower.io/) or [npm](https://www.npmjs.org/) or download the latest version from http://interactjs.io/#download.
Install with [Bower](http://bower.io/) or [npm](https://www.npmjs.org/) or
download the latest version from http://interactjs.io/#download.

```shell
$ bower install interact
Expand Down

0 comments on commit 0f76674

Please sign in to comment.