Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix error in HTML example.
  • Loading branch information
Vladislav Bulyukhin authored Aug 19, 2020
1 parent 08b2f3d commit 0bf7fbe
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 @@ -121,7 +121,7 @@ This is needed for the SDK to work properly inside Web Spotlight.
<head>
<title>Kontent Smart Link - HTML example</title>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@kentico/kontent-smart-link@latest/dist/kontent-smart-link.styles.css"/>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@kentico/kontent-smart-link@latest/dist/kontent-smart-link.umd.min.js" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@kentico/kontent-smart-link@latest/dist/kontent-smart-link.umd.min.js"></script>
<script type="text/javascript">
KontentSmartLink.initializeOnLoad({
queryParam: 'preview',
Expand Down

0 comments on commit 0bf7fbe

Please sign in to comment.