From a6b049b3268cd4b6a14e8b41fd52fa29ff5b4cd4 Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Sat, 15 Feb 2014 07:27:25 +0000 Subject: [PATCH] Dropping Spine from summary list. Simplifies --- index.html | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 597c90b5bc..7125cffb5f 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@

Introduction

Developers these days are spoiled with choice when it comes to selecting an MV* framework for structuring and organizing their JavaScript web apps.

-

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?

+

Backbone, Ember, AngularJS... 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?

To help solve this problem, we created TodoMVC - a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.

diff --git a/readme.md b/readme.md index 165aa903eb..cebc5303b7 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ Developers these days are spoiled with choice when it comes to selecting an MV\* framework for structuring and organizing JavaScript web apps. -Backbone, Ember, AngularJS, Spine... the list of new and stable solutions goes on and on, but just how do you decide on which to use in a sea of so many options? +Backbone, Ember, AngularJS... the list of new and stable solutions goes on and on, but just how do you decide on which to use in a sea of so many options? To help solve this problem, we created TodoMVC - a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV\* frameworks of today.