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
Browse files Browse the repository at this point in the history
BackgroundColor and Position examples updated to reflect updated showcase() API
  • Loading branch information
ianschmitz authored Dec 22, 2016
1 parent 3b6fc4d commit e6d4bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ BackgroundColor (defaults to dark gray):

Example:
```js
Showcaser.showcase(element, "I'm green!", {
Showcaser.showcase("I'm green!", element, {
backgroundColor: {
r: 0,
g: 132,
Expand All @@ -123,7 +123,7 @@ Position:

Example
```js
Showcaser.showcase(element, "I'm on the left!", {
Showcaser.showcase("I'm on the left!", element, {
position: {
horizontal: "left",
vertical: "middle"
Expand Down

0 comments on commit e6d4bdb

Please sign in to comment.