diff --git a/README.md b/README.md index 8e478e6..93034bb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Summary -Simple webring that does not require users to add javascript to their page +Simple webring that does not require users to add JavaScript to their page. Instead, the webring host handles the JavaScript, and the users simply need to add a block of HTML code. This allows for users who like to keep a minimal website free from bulky JavaScript and calling CDNs. -# Getting started -Add this code to your page and email jigong@tilde.green to joing the webring! You need to modify the referrer in three places to point to your own webpage. +# How Users Add The Webring To Their Page +If you are the webring host, you will want to create a form for users to apply for webring membership (this can be done over email as well). Once the end user adds the webring HTML to their website (and updates the referrer link in ALL THREE places to point to their website URL), the webring host should add the user's referrer value to the sites var in static/redirect.js ```