diff --git a/Managing-Github-notifications.md b/Managing-Github-notifications.md index 7c807a3..9cfc95d 100644 --- a/Managing-Github-notifications.md +++ b/Managing-Github-notifications.md @@ -6,7 +6,9 @@ If you happen to find this page before you get added to the org, you can tempora ## Options 2: After you've been added -If you've already been subscribed to all the notifications, here's what to do. First go to https://github.com/watching and run the following code in your browser console. This will unwatch all the lbryio repos that you're subscribed to. +If you've already been subscribed to all the notifications, here's what to do. + +**First** go to https://github.com/watching and run the following code in your browser console. This will unwatch all the lbryio repos that you're subscribed to. ```js Array.prototype.forEach.call(document.querySelectorAll('.js-subscription-row'), function(el, i){ @@ -22,4 +24,4 @@ Array.prototype.forEach.call(document.querySelectorAll('.js-subscription-row'), *source: https://stackoverflow.com/a/27912449* -Next, go down the list and click Watch on the repos you care about. \ No newline at end of file +**Next**, go down the list and click Watch on the repos you care about. \ No newline at end of file