Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
aardschok committed Sep 5, 2017
1 parent 1ac32cb commit 6072441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The configuration of the menu is a list of dictionaries. The loader recognizes t
* `menu`, a submenu for the main menu with its own actions
* this is indicated with the key `"items"`
* `action`, a script to run
* `separator`, this is an aestatical option but can help with separating certain actions which belong
* `separator`, this is an aesthetical option but can help with separating certain actions which belong
to the same group.

The order the items appear in the list dictates the order in which is will be created.
Expand All @@ -130,7 +130,7 @@ The order the items appear in the list dictates the order in which is will be cr
"title": "Animation",
"items":[
{
"type": "action"
"type": "action",
"title": "Blendshapes UI",
"command": "$SCRIPTSFOLDER\\animation\\blendshapes_ui.py",
"sourcetype": "file",
Expand Down

0 comments on commit 6072441

Please sign in to comment.