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 90afce4 commit c2cbc77
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 @@ -1987,9 +1987,9 @@ Property | | Type | Required |Description
:--------------|:----|:---------|:---------|:----------
`ProfileToken` | | String | required | a token of the profile
`Velocity` | | Object | required |
| `x` | Float | required | Speed of pan (in the range of -1.0 to 1.0)
| `y` | Float | required | Speed of tilt (in the range of -1.0 to 1.0)
| `z` | Float | required | Speed of zoom (in the range of -1.0 to 1.0)
+- | `x` | Float | required | Speed of pan (in the range of -1.0 to 1.0)
+- | `y` | Float | required | Speed of tilt (in the range of -1.0 to 1.0)
+- | `z` | Float | required | Speed of zoom (in the range of -1.0 to 1.0)
`Timeout` | | Intenger | optional | Timeout (seconds)


Expand Down

0 comments on commit c2cbc77

Please sign in to comment.