diff --git a/subjects/valid-ip/README.md b/subjects/valid-ip/README.md index b045dab4..34bf572c 100644 --- a/subjects/valid-ip/README.md +++ b/subjects/valid-ip/README.md @@ -8,9 +8,9 @@ For the IP part, the syntax will be as follows, where `x` is a number from 0-255 ``` x.x.x.x ``` +Don't forget to learn about the syntax of ports. But remember, the maximum TCP port number is 65,535. -> Don't forget to research the syntax of IP ports. - For this task, you **only** need to concern yourself with `` and ``. Don't worry about `` or anything else. +> For this task, you **only** need to concern yourself with `` and ``. Don't worry about `` or anything else. ### Notions