diff --git a/README.md b/README.md index 0cd1cec..4c08361 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ We'll start with some really basic markup:

Some Title

After including jQuery, [download and include the minified version of Lettering.js](http://github.com/davatron5000/Lettering.js/downloads), then a script block with the magical `.lettering()` method: - + - + The resulting code will churn your `.fancy_title` and output the following:

@@ -48,7 +48,7 @@ Here's an example of the `.lettering('words')` method: @@ -70,7 +70,7 @@ Once word wrapping was complete, we noticed the need for yet another method, one @@ -100,4 +100,4 @@ As with any kind of Javascript, have a fall back plan in case the user doesn't h Web performance patterns advise that you put Javascripts at the bottom of your page before your `` tag. There is an unfortunate side effect where you may experiences a [FOUT (Flash of Unstyled Text)](http://paulirish.com/2009/fighting-the-font-face-fout/) when you're manipulating your text after the DOM has loaded. Unfortunately, we found the best solution to avoid/minimize the FOUT caused by this plugin is to put your scripts (jQuery, Lettering.js) in the document ``. On the one hand, your page will load slower. On the other hand, a flash/restyling makes your site feel slow. Users might ultimately feel the site is faster if they don't see the FOUT. ## Download, Fork, Commit, Please. -We really want Lettering.js to be a quality helper for web typography. If you have any feedback or suggestions, please leave those over on the Github. We're excited about typography on the web and want to help make it print quality. +We really want Lettering.js to be a quality helper for web typography. If you have any feedback or suggestions, please leave those over on the Github. We're excited about typography on the web and want to help make it print quality. \ No newline at end of file diff --git a/examples/index.html b/examples/index.html index e503496..5913ce8 100644 --- a/examples/index.html +++ b/examples/index.html @@ -15,7 +15,7 @@ - +