Skip to content

Commit

Permalink
Merge pull request #65 from jhliberty/main
Browse files Browse the repository at this point in the history
Fix example in Readme for custom src setting
  • Loading branch information
mrloop authored Feb 11, 2024
2 parents 21fb986 + b39a0d2 commit 081bb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = function (environment) {
mode: 'hash',
nonUniqueHostnames: 'checkout.stripe.com',
pathOverwriter: 'myPathOverwriter',
src: 'my-custom-script.example.org/latest.js',
src: 'https://my-custom-script.example.org/latest.js',
}
}
]
Expand Down

0 comments on commit 081bb9d

Please sign in to comment.