Skip to content

Commit

Permalink
Update friendly captcha lib in docs to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwgd committed Nov 21, 2022
1 parent 9a1a614 commit c9306df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Add the script tags from Friendly Captcha to your forms template

.. code-block::
<script type="module" src="https://unpkg.com/[email protected].4/widget.module.min.js" async defer></script>
<script nomodule src="https://unpkg.com/[email protected].4/widget.min.js" async defer></script>
<script type="module" src="https://unpkg.com/[email protected].8/widget.module.min.js" async defer></script>
<script nomodule src="https://unpkg.com/[email protected].8/widget.min.js" async defer></script>
I thought about adding these static assets as form media assets, but
users wouldn't be able to choose the desired version. So I decided
Expand Down

0 comments on commit c9306df

Please sign in to comment.