From f0c35445960b9312f58fa1cfec20d3595ea080b3 Mon Sep 17 00:00:00 2001 From: "Aaron C. Meadows" Date: Wed, 7 Jan 2015 13:09:32 -0600 Subject: [PATCH] s/sheet/script/g --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d29c8384b..66dcdc08df 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ When you are ready to submit your script for **public use**, create a `package.j * `name`: The name of the API script (e.g. `Cookbook`) * `version`: The version number of the API script (e.g. `12.3`) * `description`: A short, less than 100 character, explanation of the script and it's use. -* `authors`: A simple string telling who contributed toward the sheet (e.g. `Riley Dutton,Steve Koontz`) +* `authors`: A simple string telling who contributed toward the script (e.g. `Riley Dutton,Steve Koontz`) * `roll20userid`: A simple string telling the Roll20 User ID's of the authors (e.g. `1` or `45672,145678`). Just used so we know who to credit internally, won't be shown publicly on the site. * `dependencies`: A list of other API scripts and their version numbers this script requires to function (e.g. `My Kitchen: 1.0`) * `modifies`: A list of the common Roll20 objects and properties the script reads and writes to. Custom objects and properties inside a namespace don't need to be included. (e.g. `bar1_value: write`)