Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Mar 17, 2016
1 parent 1c5bb4e commit 752fcfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# preact-socrates

[preact](http://github.com/developit/preact) plugin for [socrates](http://github.com/matthewmueller/socrates).
[Preact](http://github.com/developit/preact) plugin for [socrates](http://github.com/matthewmueller/socrates).

## Install

Expand Down Expand Up @@ -47,7 +47,7 @@ store('boot', {
* Render our virtual dom tree to the <body>
*/

render(App, store, document.body)
render(Home, store, document.body)
```

## License
Expand Down

0 comments on commit 752fcfa

Please sign in to comment.