Skip to content

Commit 3e4ff8a

Browse files
committed
Add the Travis badge to the README
1 parent eac8cb9 commit 3e4ff8a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
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+
<a href="https://travis-ci.org/stasm/innerself">
9+
<img alt="Build Status" src="https://travis-ci.org/stasm/innerself.svg?branch=master" />
10+
</a>
11+
</p>
712
</div>
813

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

4750

48-
## Install
49-
50-
$ npm install innerself
51-
52-
5351
## Caveats
5452

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

9593

94+
## Install
95+
96+
$ npm install innerself
97+
98+
9699
## Usage
97100

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

0 commit comments

Comments
 (0)