Skip to content

Commit 56cfd1a

Browse files
committed
simplify title of tutorial fixes dwyl#11
1 parent 35f5460 commit 56cfd1a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<div align="center">
22

3-
# Todo List App (TodoMVC) in Vanilla JavaScript
3+
# Todo List App JavaScript Example
4+
5+
A **_step-by-step_ example** showing you how to
6+
build a **Todo List App _from scratch_** in **JavaScript**.
47

58
[![Build Status](https://img.shields.io/travis/dwyl/todo-list-javascript-tutorial/master.svg?style=flat-square)](https://travis-ci.org/dwyl/todo-list-javascript-tutorial)
69
[![codecov.io](https://img.shields.io/codecov/c/github/dwyl/todo-list-javascript-tutorial/master.svg?style=flat-square)](http://codecov.io/github/dwyl/todo-list-javascript-tutorial?branch=master)
@@ -10,12 +13,6 @@
1013
[![HitCount](http://hits.dwyl.io/dwyl/todo-list-javascript-tutorial.svg)](http://hits.dwyl.io/dwyl/todo-list-javascript-tutorial)
1114
<!-- uncomment when service is working ... [![Inline docs](http://inch-ci.org/github/dwyl/todo-list-javascript-tutorial.svg?branch=master&style=flat-square)](http://inch-ci.org/github/dwyl/todo-list-javascript-tutorial) -->
1215

13-
A ***step-by-step*** example/how-to
14-
for building a **Todo List _from scratch_**
15-
following the TodoMVC specification/UI <br />
16-
using "***Vanilla***" **JavaScript** (_no frameworks!_)
17-
and the ***Elm Architecture*** to organise/structure the code.
18-
1916

2017
<a href="https://todomvc-app.herokuapp.com"
2118
alt="Try the Demo on Heroku!">

0 commit comments

Comments
 (0)