From 132efc05decb42fb7d709a2af3bc9e255d102439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luj=C3=A1n=20Fernaud?= Date: Tue, 4 Jul 2017 13:20:43 +0100 Subject: [PATCH] Fix typos Just fixing two typos. Great work putting this together. --- quik.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quik.md b/quik.md index ace3e7c..e4d81c7 100644 --- a/quik.md +++ b/quik.md @@ -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).