Skip to content

Commit 0c4e590

Browse files
committed
Corrected multiple typos in the README.
1 parent 6d8c676 commit 0c4e590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Install the Required Gems:
4747
- rmagick (will require ImageMagick, which is not a gem)
4848
- win32console (windows only)
4949
(The other gems are already provided in the vendor gems dir.)
50-
2. Run "rake gems:build" to build the gems that need builing
50+
2. Run "rake gems:build" to build the gems that need building
5151

5252

5353
TIPS:
@@ -133,7 +133,7 @@ Yes. It can be found here: http://groups.google.com/group/lovdbyless
133133

134134

135135

136-
How to change the page a user is redirected to after login or singup:
136+
How to change the page a user is redirected to after login or signup:
137137

138138
In AccountController.rb, look for lines that contain: redirect_back_or_default home_path and change either home_path to the path you want to send them to, or change redirect_back_or_default to redirect_to, or both.
139139

0 commit comments

Comments
 (0)