Skip to content

Commit daa8d0a

Browse files
authored
Update README.md
1 parent 7e373c2 commit daa8d0a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ async function main() {
6363

6464
await page.goto('https://www.website.com/');
6565

66-
...
66+
/*
6767
6868
You can use your browser solution however you want, ParallaxAPIs
6969
will handle the rest for you.
7070
71-
...
71+
*/
7272

7373
await browser.close();
7474
}
@@ -106,12 +106,12 @@ async function main() {
106106

107107
await page.goto('https://www.website.com/');
108108

109-
...
109+
/*
110110
111111
You can use your browser solution however you want, ParallaxAPIs
112112
will handle the rest for you.
113113
114-
...
114+
*/
115115

116116
await browser.close();
117117
}
@@ -180,12 +180,12 @@ async function main() {
180180

181181
await page.goto('https://www.website.com/');
182182

183-
...
183+
/*
184184
185-
You can use your browser solution however you want, parallax
185+
You can use your browser solution however you want, ParallaxAPIs
186186
will handle the rest for you.
187187
188-
...
188+
*/
189189

190190
await browser.close();
191191
}
@@ -219,12 +219,12 @@ async function main() {
219219

220220
await page.goto('https://www.website.com/');
221221

222-
...
222+
/*
223223
224-
You can use your browser solution however you want, parallax
224+
You can use your browser solution however you want, ParallaxAPIs
225225
will handle the rest for you.
226226
227-
...
227+
*/
228228

229229
await browser.close();
230230
}

0 commit comments

Comments
 (0)