Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Just fixing two typos. Great work putting this together.
  • Loading branch information
lujanfernaud authored Jul 4, 2017
1 parent 40c6926 commit 132efc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quik.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Q: What about Ye Old' Ruby?
- [A] From scratch ;-)
- [B] Using [bundler](http://bundler.io/v1.15/man/bundle-gem.1.html) with `$ bundle gem`
- [C] Using [quik](https://github.com/quikstart/gem-starter-template) with `$ quik new gem`
- [D] Using [hoe](https://github.com/seattlerb/hoe) with `$ soe` (incl. with hoe rake tasks gem)
- [D] Using [hoe](https://github.com/seattlerb/hoe) with `$ sow` (incl. with hoe rake tasks gem)
- [E] Other (Please Tell).


# How do you get started with creating a new sinatra app?

- [A] From scratch ;-)
- [B] Using [padriono](http://padrinorb.com/guides/generators/projects) with `$ padrino g project`
- [B] Using [padrino](http://padrinorb.com/guides/generators/projects) with `$ padrino g project`
- [C] Using [quik](https://github.com/quikstart/sinatra-starter-template) with `$ quik new sinatra`
- [D] Other (Please Tell).

Expand Down

0 comments on commit 132efc0

Please sign in to comment.