Skip to content

Commit

Permalink
Fixed tags documentation for workshop file publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Emad88 committed Aug 1, 2018
1 parent 2e005bf commit df4a081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Represents Steam SDK `EUserUGCListSortOrder`, sort order for user published UGC

* `options` Object
* `app_id` Integer: The App ID that will be using this workshop file
* `tag` Array of String: The tags of the workshop file
* `tags` Array of String: The tags of the workshop file
* `file_path` String
* `image_path` String
* `title` String
Expand All @@ -127,7 +127,7 @@ An empty String of `image_path` means no image for the workshp item.
### greenworks.updatePublishedWorkshopFile([options, ] published_file_handle, file_path, image_path, title, description, success_callback, [error_callback])

* `options` Object
* `tag` Array of String: The tags of the workshop file. To delete all
* `tags` Array of String: The tags of the workshop file. To delete all
existing tags, passing an array with an empty string `['']`
* `published_file_handle` String: Represents uint64, the published file handle.
* `file_path` String
Expand Down

0 comments on commit df4a081

Please sign in to comment.