From f2094ca253bc8a3d51292094cf280ccfcdd23026 Mon Sep 17 00:00:00 2001 From: Jannis Froese Date: Wed, 14 Mar 2018 07:58:35 +0100 Subject: [PATCH] docs(publisher): fix publisher api doc in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1089e29c8b..64a2bdd11b 100644 --- a/README.md +++ b/README.md @@ -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`