Skip to content

Commit 6641e96

Browse files
committed
Step 6 was a little confusing.
1 parent 62424f9 commit 6641e96

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)