diff --git a/README.md b/README.md index cf037f0e..05794571 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ $ node // gives you an object that is friendly with what Node.js core modules expect for addresses > addr.nodeAddress() { - family: "4", + family: 4, port: 1234, address: "127.0.0.1" }