Skip to content

Commit 9ea67e2

Browse files
authored
Merge pull request #13 from nscarlyon/nscarlyon-1467573764
Step 6 was a little confusing.
2 parents 62424f9 + 6641e96 commit 9ea67e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ Your local pet adoption store has asked you (a frequent dog walker and visitor)
2222

2323
5. Now we need to make sure the form is being submitted properly. You'll need to have a third controller action that takes the input from the user and renders a third view (`views/display_puppy.erb`) which displays the info for the puppy that was just created.
2424

25-
6. Add a link to the homepage to link to the new puppy form.
25+
6. Add a link on the homepage to the new puppy form.
2626

2727

2828

2929

3030
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/sinatra-basic-forms-lab' title='Sinatra Basic Forms Lab'>Sinatra Basic Forms Lab</a> on Learn.co and start learning to code for free.</p>
3131

3232
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/sinatra-basic-forms-lab'>Sinatra Basic Forms Lab</a> on Learn.co and start learning to code for free.</p>
33+
34+
<p class='util--hide'>View <a href='https://learn.co/lessons/sinatra-basic-forms-lab'>Sinatra Basic Forms Lab</a> on Learn.co and start learning to code for free.</p>

0 commit comments

Comments
 (0)