my-local-ip-is
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,1 @@ | ||
{"name":"my-local-ip-is","version":"1.0.1","description":"finds your internal ip to acces your pc over the LAN","main":"index.js","scripts":{},"keywords":["ip","internet","lan","internal","ip","network"],"author":"DerpMarine","license":"ISC","bin":{"my-local-ip-is":"index.js"},"devDependencies":{}} | ||
{"name":"my-local-ip-is","version":"1.0.2","description":"finds your internal ip to acces your pc over the LAN","main":"index.js","scripts":{},"keywords":["ip","internet","lan","internal","ip","network"],"author":"DerpMarine","license":"ISC","bin":{"my-local-ip-is":"index.js"},"devDependencies":{}} |
@@ -40,3 +40,3 @@ # My Local IP Is | ||
returns this in the console: | ||
returns something like this in the console: | ||
@@ -56,3 +56,3 @@ ```json | ||
that will then return `192.168.56.1`. | ||
that will then return a IP like `192.168.56.1`. | ||
@@ -59,0 +59,0 @@ ----------------- |
4908