Skip to content

Commit 90b01fb

Browse files
committed
changes
1 parent 55731d3 commit 90b01fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this lab, you'll practice building forms in Sinatra by creating a basketball
2525

2626
It should look something like this:
2727

28-
![Imgur](http://i.imgur.com/zrbFWNE.png?1)
28+
ADD IMAGE
2929

3030
### Handle form submission
3131

@@ -39,7 +39,7 @@ When you post to this form you should render a page that displays the name of th
3939

4040
Your view should display something like this:
4141

42-
![Imgur](http://i.imgur.com/SzO0phP.png?1)
42+
ADD IMAGE
4343

4444
## Deliverables
4545

views/team.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Basketball Team Sign Up</title>
66
</head>
77
<body>
8-
<h1> Sign Up Your Basketball Team </h1>
8+
<h1> Create a Basketball Team! </h1>
99

1010
</body>
1111
</html>

0 commit comments

Comments
 (0)