Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hivesolutions/appier
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilva committed Nov 11, 2014
2 parents b0c3b67 + 5f718d6 commit 5583615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class HelloApp(appier.App):
return "Hello World"
```

To start the app you need to do the following:
To start the app do the following:

```python
HelloApp().serve()
Expand Down

0 comments on commit 5583615

Please sign in to comment.