Skip to content

Commit

Permalink
Add the Travis badge to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Sep 22, 2017
1 parent eac8cb9 commit 4e7a2d7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<img width="192" height="192" src="https://raw.githubusercontent.com/stasm/innerself/master/logo/logo.png" />
</a>
<h1>innerself</h1>
<p>A tiny view + state management solution using <code>innerHTML</code></p>
<p>
A tiny view + state management solution using <code>innerHTML</code>.
<img alt="Build Status" src="https://travis-ci.org/stasm/innerself.svg?branch=master" />
</p>
</div>

Live demos: [example01][], [example02][].

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


## Install

$ npm install innerself


## Caveats

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


## Install

$ npm install innerself


## Usage

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

0 comments on commit 4e7a2d7

Please sign in to comment.