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.