Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amiletti committed Sep 5, 2016
1 parent 16e996b commit 511685b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ Some rules:
----------
JS
-------------
When you had set your html you can write the javascript to run the plugin. First of all init the app via `$.spapp()`, add your route and finally run the app. At the end you should have a snippet like this
When you have set your html you can write the javascript to run the plugin. First of all init the app via `$.spapp()`, add your route and finally run the app. At the end you should have a snippet like this
```js
var app = $.spapp({
defaultView : "#view_xxx",
Expand Down

0 comments on commit 511685b

Please sign in to comment.