Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Update README.md usage example to reflect new API
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz authored Dec 20, 2016
1 parent 1e44649 commit 3b6fc4d
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 @@ -33,7 +33,7 @@ Check out the [demo source code](docs/scripts.js) for more examples:
```javascript
const myElement = document.getElementById("cool-element");

Showcaser.showcase(myElement, "Here's Showcaser!");
Showcaser.showcase("Here's Showcaser!", myElement);
```

## API
Expand Down

0 comments on commit 3b6fc4d

Please sign in to comment.