We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4596ad commit 8d73609Copy full SHA for 8d73609
1 file changed
README.md
@@ -34,7 +34,7 @@ ip.subnet # get the subnet mask
34
ip.network # get the network address (192.168.0.0)
35
ip.broadcast # get the broadcast address (192.168.0.255)
36
37
-ip.firstHostAddress # 12.168.0.1
+ip.firstHostAddress # 192.168.0.1
38
ip.lastHostAddress # 192.168.0.254
39
40
ip.wildCardMask # complement of subnet mask
0 commit comments