Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Jun 27, 2023
1 parent 6b70f2c commit dc2e741
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 @@ -63,7 +63,7 @@ takeoffAnd(operation: @escaping () -> Void)
```
You can even chain the command:
```swift
tello.chain("takeoff).chain("forward 20", failover: .hover).chain("land")
tello.chain("takeoff").chain("forward 20", failover: .hover).chain("land")
```
After you finished playing with your drone, simply call `tello.shutdown()`, which will close the channel and free NIO event loop resources.

Expand Down

0 comments on commit dc2e741

Please sign in to comment.