Skip to content

Commit e8b08c4

Browse files
committed
Update readme
1 parent a49a03d commit e8b08c4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Redshift Widget Wrapper
22

3-
A wrapper project used to embed the widget and enable cross-domain communication.
3+
A wrapper used to embed the redshift widget and enable cross-domain communication
44

55
## Basic Usage
66

@@ -52,7 +52,7 @@ redshift.setOptions(options: WidgetOptions)
5252

5353
### Modal
5454

55-
This mode is likely preferable for most websites because it does not disrupt their existing UI in any way. Simply slap `onclick="redshift.open()"` on a button and you're in business.
55+
This mode is likely preferable for most websites because it does not disrupt the existing UI in any way. Simply slap `onclick="redshift.open()"` on a button and you're in business.
5656

5757
<img width="973" alt="Modal Embed" src="https://user-images.githubusercontent.com/20102664/65806350-62058500-e146-11e9-827d-5e422890dd5e.png">
5858

@@ -83,7 +83,7 @@ redshift.toggle()
8383
<head>
8484
</head>
8585
<body>
86-
<script src="/redshift.js"></script>
86+
<script src="https://cdn.radar.tech/redshift.js"></script>
8787
</body>
8888
</html>
8989

@@ -92,7 +92,7 @@ redshift.toggle()
9292
<head>
9393
</head>
9494
<body>
95-
<script src="/redshift.js"></script>
95+
<script src="https://cdn.radar.tech/redshift.js"></script>
9696
<script>
9797
redshift.setOptions({
9898
embedMode: 'modal',
@@ -120,7 +120,7 @@ This mode will directly embed the widget into the consuming website. By default,
120120
</head>
121121
<body>
122122
<div id="render-me-here"></div>
123-
<script src="/redshift.js"></script>
123+
<script src="https://cdn.radar.tech/redshift.js"></script>
124124
<script>
125125
redshift.setOptions({
126126
embedMode: 'direct-embed',

0 commit comments

Comments
 (0)