Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 30, 2020
1 parent 9f32d7a commit 4d56d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Simple object definitions are supported:
// DETECTS EXPORTS: a, b, c
module.exports = {
a,
b: 'c',
'b': b,
c: c
};
```
Expand Down

0 comments on commit 4d56d33

Please sign in to comment.