Skip to content

Commit

Permalink
Fixed a broken table
Browse files Browse the repository at this point in the history
  • Loading branch information
futomi committed May 22, 2018
1 parent c2cbc77 commit de11ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2185,9 +2185,9 @@ Property | | Type | Required |Description
`ProfileToken` | | String | required | a token of the profile
`PresetToken` | | String | required | a token of the preset
`Speed` | | Object | required |
| `x` | Float | required | Speed of pan (in the range of 0.0 to 1.0)
| `y` | Float | required | Speed of tilt (in the range of 0.0 to 1.0)
| `z` | Float | required | Speed of zoom (in the range of 0.0 to 1.0)
+- | `x` | Float | required | Speed of pan (in the range of 0.0 to 1.0)
+- | `y` | Float | required | Speed of tilt (in the range of 0.0 to 1.0)
+- | `z` | Float | required | Speed of zoom (in the range of 0.0 to 1.0)

```JavaScript
let params = {
Expand Down

0 comments on commit de11ada

Please sign in to comment.