Skip to content

Commit

Permalink
Updated descriptions for better clarity and to differentiate it from …
Browse files Browse the repository at this point in the history
…Morphist
  • Loading branch information
MrSaints committed Mar 21, 2014
1 parent dcae090 commit c07df47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Morphext
========

A simple jQuery rotating / carousel text plugin powered by Animate.css and inspired by a Dota 2 hero, Morphling.
A simple jQuery rotating / carousel plugin for text phrases powered by Animate.css and inspired by a Dota 2 hero, Morphling.

[Demo](http://www.enactuslse.co.uk/)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Morphext",
"version": "2.0.0",
"description": "A simple jQuery rotating text plugin powered by Animate.css and inspired by a Dota 2 hero, Morphling.",
"description": "A simple jQuery rotating / carousel plugin for text phrases powered by Animate.css and inspired by a Dota 2 hero, Morphling.",
"authors": [
"Ian Lai <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Morphext 2.0.0 Example / Demo</title>
<meta name="description" content="A simple jQuery rotating text plugin powered by Animate.css and inspired by a Dota 2 hero, Morphling.">
<meta name="description" content="A simple jQuery rotating / carousel plugin for text phrases powered by Animate.css and inspired by a Dota 2 hero, Morphling.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css">
<link rel="stylesheet" href="dist/morphext.css">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Morphext",
"version": "2.0.0",
"description": "A simple jQuery rotating text plugin powered by Animate.css and inspired by a Dota 2 hero, Morphling.",
"description": "A simple jQuery rotating / carousel plugin for text phrases powered by Animate.css and inspired by a Dota 2 hero, Morphling.",
"main": "Gruntfile.coffee",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit c07df47

Please sign in to comment.