Skip to content

Commit

Permalink
Minor wording change and update to retweet button to include counts.
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Aug 7, 2012
1 parent 5d273d9 commit 7a1e56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -26,7 +26,7 @@
<p>Helping you <strong>select</strong> an MV* framework</p>
<nav>
<a href="https://github.com/addyosmani/todomvc/zipball/v1.0" class="zocial red">Download (1.0)</a>
<a href="https://github.com/addyosmani/todomvc" class="zocial red">Project on GitHub</a>
<a href="https://github.com/addyosmani/todomvc" class="zocial red">Watch on GitHub</a>
</nav>
</div>
<div class="span4">
Expand All @@ -39,7 +39,7 @@ <h2>Introduction</h2>
<p>Developers these days are spoiled with choice when it comes to selecting an <strong>MV* framework</strong> for structuring and organizing their JavaScript web apps.</p>
<p>Backbone, Ember, AngularJS, Spine... the list of new and stable solutions continues to grow, but just how do you decide on which to use in a sea of so many options?</p>
<p>To help solve this problem, we created <a href="https://github.com/addyosmani/todomvc">TodoMVC</a> - a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.</p>
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-url="http://todomvc.com" data-text="TodoMVC - Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, Spine and many more"></a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://todomvc.com" data-text="TodoMVC - Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, Spine and many more"></a>
<div class="g-plusone" data-size="medium" data-annotation="none" data-href="http://todomvc.com"></div>
</div>
<div class="span8">
Expand Down

0 comments on commit 7a1e56a

Please sign in to comment.