Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
efremidze authored Jan 18, 2019
1 parent c04a63f commit 64048c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ Haptic.play("..oO-Oo..", delay: 0.1)
```

* **Pattern Symbols**
* `O` - heavy impact
* `o` - medium impact
* `.` - light impact
* `-` - wait 0.1 second
* `O` - heavy impact
* `o` - medium impact
* `.` - light impact
* `-` - wait 0.1 second

or play a symphony of notes:
Or play a symphony of notes:

```swift
Haptic.play([.haptic(.impact(.light)), .haptic(.impact(.heavy)), .wait(0.1), .haptic(.impact(.heavy)), .haptic(.impact(.light))])
Expand Down

0 comments on commit 64048c4

Please sign in to comment.