spotlight
spotlight copied to clipboard
Update README.md
This commit proposes two modifications to the README.md:
- The unpkg.com link on line 235 seems to be invalid. Looking at your npm profile, it looks like the correct package is
spotlight.js
, which is what I changed it to. - On line 270, an example of non-anchor elements if given. However, the HTML-tags do not correspond. Based on the earlier examples, I assume the
div
tag should be aa
tag.
Thank you for fixing this, @eensander. I also saw this and am happy, you already made an PR.
Exept, the second is incorrect. As non-anchor element in my understanding it must be:
<div class="spotlight" data-src="img1.jpg">
<!-- image or any other elements -->
</div>
Have a nice day :-)
@madiko
Thank you for your reply. I think I indeed misinterpreted the term 'non-anchor' element: your suggestions seems more sensical. I have updated those lines to reflect your suggestion.
If I'm correct, the PR should now be good to merge.