From 12035d727d5bfda1074357a60178c52311ec431a Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Wed, 26 Dec 2018 08:45:23 -0700 Subject: [PATCH] Remove < > inside link text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f75c18..ddc6294 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ If you can't use GitHub, you can use other providers: }, ... -6. Release the release on GitHub by going to /electron-updater-example/releases>, editing the release and clicking "Publish release." +6. Release the release on GitHub by going to , editing the release and clicking "Publish release." -7. Download and install the app from /electron-updater-example/releases>. +7. Download and install the app from . 8. Update the version in `package.json`, commit and push to GitHub.