Skip to content

Commit ce60312

Browse files
committed
Add new version to README
1 parent 55f0ea3 commit ce60312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The _accept-terms_ plugin is only loaded for the checkout contact information st
1313
To enable a plugin add this code to your _Google Analytics Additional Scripts_ section in Shopify's Admin / Online Store / Preferences.
1414

1515
```javascript
16-
fetch('//cdn.jsdelivr.net/gh/nerdsofalltrades/shopify-plugins@0.1.1/dist/shopify-plugin-loader.min.js').then(function(
16+
fetch('//cdn.jsdelivr.net/gh/nerdsofalltrades/shopify-plugins@0.1.2/dist/shopify-plugin-loader.min.js').then(function(
1717
result
1818
) {
1919
result.text().then(function(script) {

0 commit comments

Comments
 (0)