Skip to content

Commit 291638d

Browse files
authored
Merge pull request #88978 from LizCasey/patch-2
Update tutorial-nodejs.md
2 parents ef2614c + c7cfa83 commit 291638d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/immersive-reader/tutorial-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Next, open _app.js_ and add the following to the top of the file. This loads the
8282
require('dotenv').config();
8383
```
8484

85-
Open the _routes\index.js_ file and the following import at the top of the file:
85+
Open the _routes\index.js_ file and add the following code at the top of the file:
8686

8787
```javascript
8888
var request = require('request');

0 commit comments

Comments
 (0)