commit ffcddb0d68c3481b45dd7c010d0cc648e166c348
parent 97b520af5177b7d02863a22c4285de3f39650efc
Author: Randy Au <randy.au@gmail.com>
Date: Sun, 22 Sep 2024 17:39:46 -0400
words
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -42,7 +42,7 @@ If you have trouble or don't know how to do it, please contact [Randy Au](https:
# Installation of the widget
-Place this snippet in your HTML body where you want the widget box to appear. That's it.
+Place this snippet in your HTML body where you want the widget box to appear.
There's no need to edit or make changes.
The widget requires that your site be on the list of sites (based off URL pattern matching) before it displays correctly.
@@ -80,7 +80,7 @@ If the regex fails to find a match it shows an error message instead. That's it.
Traditionally, webrings acted like linked lists where for any given site, the next and previous sites were fixed.
Obviously this creates hotspots where a high traffic site would bias traffic towards its neighbors.
To smooth things out, we've added a PRNG seeded to the date that shuffles the list in a consistent manner.
-That way the hot spots should be smooth over time while still giving visitors a consistent browsing experience.
+That way the hot spots should be smooth over time while still giving visitors a consistent browsing experience that let's them walk the entire ring.
# License