Skip to content

Commit

Permalink
Some documentation edits
Browse files Browse the repository at this point in the history
- "ease-to-use" to "easy-to-use"
- CamelCased JavaScript
- "list of texts," in this "of texts" is implied and can be removed
  • Loading branch information
jodytate committed Aug 26, 2013
1 parent d137bbe commit 398ffa8
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
@@ -1,8 +1,8 @@
#Textillate.js v0.1

See live demo [here](http://jschr.github.com/textillate/).
See a live demo [here](http://jschr.github.com/textillate/).

Textillate.js combines some awesome libraries to provide an ease-to-use plugin for applying CSS3 animations to any text.
Textillate.js combines some awesome libraries to provide an easy-to-use plugin for applying CSS3 animations to any text.

##Usage

Expand All @@ -12,7 +12,7 @@ Let's start with the basic markup:
<h1 class="tlt">My Title</h1>
```

And your javascript should look like this:
And your JavaScript should look like this:

```js
$(function () {
Expand All @@ -32,7 +32,7 @@ or pass in options on initialization (see full list of options below):
$('.tlt').textillate({ in: { effect: 'rollIn' } });
```

You can also tell textillate.js to animate a list of texts with the following markup:
You can also tell textillate.js to animate a list with the following markup:

```html
<h1 class="tlt">
Expand Down

0 comments on commit 398ffa8

Please sign in to comment.