Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed method names in documentation
  • Loading branch information
lboatto authored Nov 24, 2017
1 parent 31f1b10 commit 7b55e51
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 @@ -60,10 +60,10 @@ ToastManager.shared.style = style
self.view.makeToast("This is a piece of toast") // now uses the shared style

// toggle "tap to dismiss" functionality
ToastManager.shared.tapToDismissEnabled = true
ToastManager.shared.isTapToDismissEnabled = true

// toggle queueing behavior
ToastManager.shared.queueEnabled = true
ToastManager.shared.isQueueEnabled = true
```

See the demo project for more examples.
Expand Down

0 comments on commit 7b55e51

Please sign in to comment.