From 2159153f0cec68ea87db506bdce1ad2509c9915f Mon Sep 17 00:00:00 2001 From: James Robert Lund III <35306013+lundjrl@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:37:37 -0400 Subject: [PATCH] Update README.md Fixed publisher link to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84fa159..4d5af12 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Now you have distributables that you can share with your users. If you run the ` npm install --save-dev @electron-forge/publisher-github ``` -Once you have [configured the publisher according to the documentation](config/publishers/github), run the following command to upload your distributables: +Once you have [configured the publisher according to the documentation](config/publishers/github.md), run the following command to upload your distributables: ```bash npm run publish