Skip to content

Commit a9d79d5

Browse files
authored
Updated README.md
I changed step 6 and 7 to be more explicit about exactly where to find the appropriate release page. I'm sure the appropriate action is obvious to the more experienced but I have never touched the release page before and did not understand how that part of git hub's structure worked. I hope my syntax is ok, if not I'd be very interested in seeing a more appropriate way of implementing my recommendation.
1 parent bd8b292 commit a9d79d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ If you can't use GitHub, you can use other providers:
6363
},
6464
...
6565

66-
6. Release the release on GitHub by going to <https://github.com/iffy/electron-updater-example/releases>, editing the release and clicking "Publish release."
66+
6. Release the release on GitHub by going to <https://github.com/<YOUR_GIT_HUB_USERNAME>/electron-updater-example/releases>, editing the release and clicking "Publish release."
6767

68-
7. Download and install the app from <https://github.com/iffy/electron-updater-example/releases>.
68+
7. Download and install the app from <https://github.com/<YOUR_GIT_HUB_USERNAME>/electron-updater-example/releases>.
6969

7070
8. Update the version in `package.json`, commit and push to GitHub.
7171

0 commit comments

Comments
 (0)