You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/immersive-reader/includes/how-to/how-to-launch-immersive-reader-nodejs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ The **getimmersivereaderlaunchparams** API endpoint should be secured behind som
168
168
npm start
169
169
```
170
170
171
-
4. Open your browser and navigate to <http://localhost:3000>. You should see the above content on the page. Select the **Immersive Reader** button to launch the Immersive Reader with your content.
171
+
4. Open your browser and navigate to `http://localhost:3000`. You should see the above content on the page. Select the **Immersive Reader** button to launch the Immersive Reader with your content.
172
172
173
173
## Specify the language of your content
174
174
@@ -189,7 +189,7 @@ The Immersive Reader has support for many different languages. You can specify t
189
189
});
190
190
```
191
191
192
-
3. Navigate to <http://localhost:3000> again. You should see the Spanish text on the page, and when you select **Immersive Reader**, it shows up in the Immersive Reader as well.
192
+
3. Navigate to `http://localhost:3000` again. You should see the Spanish text on the page, and when you select **Immersive Reader**, it shows up in the Immersive Reader as well.
193
193
194
194
## Specify the language of the Immersive Reader interface
195
195
@@ -204,7 +204,7 @@ By default, the language of the Immersive Reader interface matches the browser's
0 commit comments