Skip to content

Commit f2094ca

Browse files
leofidusMarshallOfSound
authored andcommitted
docs(publisher): fix publisher api doc in readme
1 parent b7340c6 commit f2094ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Your promise must resolve with an array of the artifacts you generated.
299299
You must export a `Function` that returns a `Promise`. Your function will be called with the following keyword parameters:
300300

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

0 commit comments

Comments
 (0)