Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion articles/nodejs/bot-builder-nodejs-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Get started by completing the following prerequisite tasks:
2. Create a folder for your bot.
3. From a command prompt or terminal, navigate to the folder you just created.
4. Run the following **npm** command:

```nodejs
npm init
```
Expand Down Expand Up @@ -86,4 +87,4 @@ You've successfully created your first bot using the Bot Builder SDK for Node.js
## Next steps

> [!div class="nextstepaction"]
> [Bot Builder SDK for Node.js](bot-builder-nodejs-overview.md)
> [Bot Builder SDK for Node.js](bot-builder-nodejs-overview.md)