Skip to content

Commit

Permalink
fixes camping/camping issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
busbey authored and judofyr committed Mar 30, 2010
1 parent 4090835 commit 2d817a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Even better, install the Camping Omnibus, a full package of recommended libs:
gem install camping-omnibus --source http://gems.judofyr.net

If not, you should be aware of that Camping itself only depends on
Rack[http://rack.rubyforge.org], and if your going to use the views you also
Rack[http://rack.rubyforge.org], and if you're going to use the views you also
need to install +markaby+, and if you're going to use the database you need
+activerecord+ as well.

Expand Down
4 changes: 2 additions & 2 deletions book/02_getting_started
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Your browser window should show:
/ Not found

No problem with that. The Camping Server is running, but it doesn't know what
show. Let's tell him.
to show. Let's tell him.

== Hello clock

Expand Down Expand Up @@ -357,7 +357,7 @@ There's a lot of improvements you could do here. Let me suggest:

== The last touch

We have one mayor flaw in our little application. You can't edit or add new
We have one major flaw in our little application. You can't edit or add new
pages. Let's see if we can fix that:

module Nuts::Controllers
Expand Down

0 comments on commit 2d817a9

Please sign in to comment.