From d3a1ad6b6f1cb8a41d5c4b22d5b468958d579a8e Mon Sep 17 00:00:00 2001 From: Kevin Boudloche Date: Wed, 18 Mar 2015 09:56:18 -0500 Subject: [PATCH] Fix typo in quick example console.log comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 924b731..30f1265 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ properties.parse ("file", { path: true }, function (error, obj){ if (error) return console.error (error); console.log (obj); - //{ a: 1, b: 2, b: 3 } + //{ a: 1, b: 2, c: 3 } }); ``` @@ -623,4 +623,4 @@ stringifier.section ({ name: "my section", comment: "My Section" }); */ ``` -Look at the [stringify-ini](https://github.com/gagle/node-properties/blob/master/examples/ini/stringify-ini.js) example for further details. \ No newline at end of file +Look at the [stringify-ini](https://github.com/gagle/node-properties/blob/master/examples/ini/stringify-ini.js) example for further details.