Skip to content

Commit 4e7a2d7

Browse files
committed
Add the Travis badge to the README
1 parent eac8cb9 commit 4e7a2d7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<img width="192" height="192" src="https://raw.githubusercontent.com/stasm/innerself/master/logo/logo.png" />
44
</a>
55
<h1>innerself</h1>
6-
<p>A tiny view + state management solution using <code>innerHTML</code></p>
6+
<p>
7+
A tiny view + state management solution using <code>innerHTML</code>.
8+
<img alt="Build Status" src="https://travis-ci.org/stasm/innerself.svg?branch=master" />
9+
</p>
710
</div>
811

9-
Live demos: [example01][], [example02][].
10-
1112
[`innerHTML` is fast][quirksmode]. It's not fast enough if you're a Fortune 500 company
1213
or even if your app has more than just a handful of views. But it might be
1314
just fast enough for you if you care about code size.
@@ -45,11 +46,6 @@ _innerself_ was a fun weekend project for me. Let me know what you think!
4546
[js13kGames]: http://js13kgames.com/
4647

4748

48-
## Install
49-
50-
$ npm install innerself
51-
52-
5349
## Caveats
5450

5551
You need to know a few things before you jump right in. _innerself_ is
@@ -93,6 +89,11 @@ keyboard input at all :)
9389
[@cweili]: https://github.com/Cweili
9490

9591

92+
## Install
93+
94+
$ npm install innerself
95+
96+
9697
## Usage
9798

9899
_innerself_ expects you to build a serialized version of your DOM which will

0 commit comments

Comments
 (0)