Skip to content

Commit 8ea5f3d

Browse files
committed
update instructions
1 parent a5a37e4 commit 8ea5f3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ It should look something like this:
3131

3232
1. Create a route that responds to a POST request at `/team`
3333
2. Have the form send a POST request to this route.
34-
2. Upon submission, render a template that displays the submitted team data and each member's data.
34+
3. Upon submission, pass the submitted data to the `newteam.erb` template.
3535

3636
## Final Output
3737

38-
When you post to this form you should render a page that displays the name of the team and each member of the team.
38+
Update the `newteam.erb` template so when you post to this form, it displays the name of the team and each member of the team.
3939

4040
Your view should display something like this:
4141

0 commit comments

Comments
 (0)