We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15601c commit a5a37e4Copy full SHA for a5a37e4
1 file changed
README.md
@@ -12,7 +12,7 @@ In this lab, you'll practice building forms in Sinatra by creating a basketball
12
### Make a form
13
14
1. Create a route that responds to a GET request at `/team`.
15
-2. Create a view with a form and render it in the GET `/team` route.
+2. Add a form to the `team.erb` template and render it in the GET `/team` route.
16
3. The form should have fields for:
17
18
+ Team name ('name')
0 commit comments