Skip to content

Commit 3467402

Browse files
committed
Spine: Minor cleanup
1 parent c1cfbfa commit 3467402

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

architecture-examples/spine/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@ Open Terminal in this folder.
1212

1313
- `cake build` to compile once
1414

15-
- `cake watch` to compile on save
15+
- `cake watch` to compile on save
16+
17+
18+
## Credit
19+
20+
Created by [Sindre Sorhus](https://github.com/sindresorhus)

architecture-examples/spine/index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<section id="todoapp">
1414
<header id="header">
15-
<h1>Todos</h1>
15+
<h1>todos</h1>
1616
<input id="new-todo" placeholder="What needs to be done?">
1717
</header>
1818
<section id="main">
@@ -21,7 +21,7 @@ <h1>Todos</h1>
2121
<ul id="todo-list"></ul>
2222
</section>
2323
<footer id="footer">
24-
<span id="todo-count"><strong>1</strong> item left</span>
24+
<span id="todo-count"><strong>0</strong> items left</span>
2525
<ul id="filters">
2626
<li>
2727
<a class="selected" href="#/">All</a>
@@ -38,10 +38,8 @@ <h1>Todos</h1>
3838
</section>
3939
<footer id="info">
4040
<p>Double-click to edit a todo</p>
41-
<!-- delete this ↓ -->
4241
<p>Inspired by the official <a href="https://github.com/maccman/spine.todos">Spine.Todos</a></p>
43-
<!-- change this out with your name and url ↓ -->
44-
<p>Created by <a href="http://github.com/sindresorhus">Sindre Sorhus</a></p>
42+
<p>App and template by <a href="http://github.com/sindresorhus">Sindre Sorhus</a></p>
4543
</footer>
4644
<script type="text/x-handlebars-template" id="todo-template">
4745
{{#this}}

0 commit comments

Comments
 (0)