Skip to content

Commit a538dd8

Browse files
authored
docs: clarisifes lesson_24 requirements (#615)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 36f8556 commit a538dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_24/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Please review the following resources before lecture:
2121

2222
Use the assets you developed for the previous lesson to implement a web server using Express and NodeJS. Provide your files in a uniquely named folder when you submit your PR.
2323

24-
In addition, add a new page that features a form which accepts input from the user (say, a contact form) and show the results of what they posted using a HTML form submit.
24+
In addition, add a new page that features a form which accepts input from the user (say, a contact form) and show the results of what they provided. The form must perform an HTTP POST to the web server.
2525

2626
Note: You may need to open a new port in the dev container to support serving traffic from your web server. Read how to do this [using this article on port forwarding](https://code.visualstudio.com/docs/editor/port-forwarding).

0 commit comments

Comments
 (0)