Skip to content

Commit

Permalink
Fixed typo in PROTOCOL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Palakis committed Mar 2, 2017
1 parent 1e71bfa commit 0672b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ __Request fields__ :
- **"item"** (string) : The name of the scene item.
- **"x"** (float) : x coordinate
- **"y"** (float) : y coordinate
- **"scene_name"** (string) : scene the item belongs to. defaults to current scene.
- **"scene-name"** (string) : scene the item belongs to. defaults to current scene.

__Response__ : OK if specified item exists, error otherwise.

Expand All @@ -478,7 +478,7 @@ __Request fields__ :
- **"x-scale"** (float) : width scale factor
- **"y-scale"** (float) : height scale factor
- **"rotation"** (float) : item rotation (in degrees)
- **"scene_name"** (string) : scene the item belongs to. defaults to current scene.
- **"scene-name"** (string) : scene the item belongs to. defaults to current scene.

__Response__ : OK if specified item exists, error otherwise.

Expand Down

0 comments on commit 0672b6a

Please sign in to comment.