Skip to content

Commit 88971c5

Browse files
readme update (#151)
1 parent 06ddd83 commit 88971c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ In case you want to import this library directly (without having to use npm or y
442442
If you need to support old browsers which don't support ES Module:
443443

444444
```html
445-
<script src="https://unpkg.com/@harnessio/ff-javascript-client-sdk/dist/sdk.client.js"></script>
445+
<script src="https://unpkg.com/@harnessio/ff-javascript-client-sdk/dist/sdk.client-iife.js"></script>
446446
<script>
447447
var initialize = HarnessFFSDK.initialize
448448
var Event = HarnessFFSDK.Event

0 commit comments

Comments
 (0)