Skip to content

Commit 4d56d33

Browse files
committed
correct readme
1 parent 9f32d7a commit 4d56d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Simple object definitions are supported:
160160
// DETECTS EXPORTS: a, b, c
161161
module.exports = {
162162
a,
163-
b: 'c',
163+
'b': b,
164164
c: c
165165
};
166166
```

0 commit comments

Comments
 (0)