From 51a89db806aa1142f117f73e85971a5c0d7db7e4 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Thu, 14 Jun 2018 13:44:34 -0300 Subject: [PATCH] doc: adds at least one reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bab7ef..eb4b623 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,6 @@ author.rate resource, 3 Now the `sum` will be `6` and the `total` will be `3` because all rating will be calculated into just one rating record ignoring the `scopeable` object. The rating record is always saved on the record with `scopeable` as `nil`. -## Love it! +### References -Via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=X8HEP2878NDEG&item_name=rating) or [Patreon](https://www.patreon.com/wbotelhos). Thanks! (: +- [Evan Miller](http://www.evanmiller.org/ranking-items-with-star-ratings.html)