update sha

This commit is contained in:
carson 2021-04-05 07:47:12 -06:00
parent 0c0f913b7c
commit 6f8899f6fd

View File

@ -107,7 +107,7 @@ It can be used via [NPM](https://www.npmjs.com/) as "`htmx.org`" or downloaded o
For added security, you can load the script using [Subresource Integrity (SRI)](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity).
``` html
<script src="https://unpkg.com/htmx.org@1.3.1" integrity="sha384-LqfMp9rzRO06qYdH0QYkCVtBR5YDXUbG8L0foeJKKqtVaP+uDXSTQOvimcxZ148o" crossorigin="anonymous"></script>
<script src="https://unpkg.com/htmx.org@1.3.1" integrity="sha384-QrlPmoLqMVfnV4lzjmvamY0Sv/Am8ca1W7veO++Sp6PiIGixqkD+0xZ955Nc03qO" crossorigin="anonymous"></script>
```
## <a name="ajax"></a> [AJAX](#ajax)