Skip to content

Commit

Permalink
docs(publisher): fix publisher api doc in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leofidus authored and MarshallOfSound committed Mar 14, 2018
1 parent b7340c6 commit f2094ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -299,7 +299,7 @@ Your promise must resolve with an array of the artifacts you generated.
You must export a `Function` that returns a `Promise`. Your function will be called with the following keyword parameters:

* `dir` - The application directory
* `artifactPaths` - An array of absolute paths to artifacts to publish
* `artifacts` - An array of absolute paths to artifacts to publish
* `packageJSON` - An object representing the user's `package.json` file
* `forgeConfig` - An object representing the user's [`forgeConfig`](#config)
* `authToken` - The value of `--auth-token`
Expand Down

0 comments on commit f2094ca

Please sign in to comment.