Skip to content

Commit c1146ea

Browse files
author
Steven G. Harms
committed
Formatting
1 parent 50ccc87 commit c1146ea

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Overview
44

5-
In this lab, you'll practice building forms in Sinatra by creating a basketball team sign-up sheet. Your application will have a basic html form, and will display the data from the form after it has been submitted by the user.
5+
In this lab, you'll practice building forms in Sinatra by creating a basketball
6+
team sign-up sheet. Your application will have a basic html form, and will
7+
display the data from the form after it has been submitted by the user.
68

79
## Instructions
810

@@ -31,7 +33,7 @@ In this lab, you'll practice building forms in Sinatra by creating a basketball
3133

3234
Create a route that responds to a POST request at `/team`
3335
Have the form send a POST request to this route.
34-
Upon submission, pass the submitted data to the `team.erb` template.
36+
Upon submission, pass the submitted data to the `team.erb` template.
3537

3638
5. Final Output
3739

@@ -46,6 +48,7 @@ In this lab, you'll practice building forms in Sinatra by creating a basketball
4648
Pass the tests! Make sure you read the test output carefully!
4749

4850
## Resources
51+
4952
* [Ashley William's GitHub](https://github.com/ashleygwilliams/) - [Sinatra Form Party](https://github.com/ashleygwilliams/sinatra-form-party)
5053

5154
* [Ashley William's GitHub](https://github.com/ashleygwilliams/) - [Citibike Sinatra](https://github.com/ashleygwilliams/citibike-sinatra)

0 commit comments

Comments
 (0)