Skip to content

Commit

Permalink
Fix hiding modules example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chmln committed Jun 4, 2017
1 parent 1d176bf commit bae4a8a
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 @@ -16,7 +16,7 @@ In your components:

```js
{
hideModules: ["bold"],
hideModules: { "bold": true },
image: {
uploadURL: "/api/myEndpoint"
}
Expand Down

0 comments on commit bae4a8a

Please sign in to comment.