Skip to content

Commit 41bba1b

Browse files
Update the Welcome instructions
1 parent 2a513c1 commit 41bba1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/TheWelcome.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import SupportIcon from './icons/IconSupport.vue'
1515

1616
We'll be following much of the
1717
<a
18-
href="https://docs.developers.optimizely.com/feature-experimentation/docs/react-quickstart"
18+
href="https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-browser-quickstart"
1919
target="_blank"
2020
rel="noopener"
21-
>Optimizely React quick start documentation</a
21+
>Optimizely Javascript quick start documentation</a
2222
>
2323
as a basis for this example app.
2424
</WelcomeItem>
@@ -49,7 +49,7 @@ import SupportIcon from './icons/IconSupport.vue'
4949
<template #heading>Get Started</template>
5050

5151
<p>
52-
Once you have your Optimizely SDK key, you can add it to the
52+
If you're using your own Optimizely SDK key, you can edit it to the
5353
<code>src/App.vue</code>. Then, click the Run nav link 👈 to see the example in action.
5454
</p>
5555
</WelcomeItem>

0 commit comments

Comments
 (0)