Skip to content

Commit e959bc3

Browse files
committed
get rid of yarn
1 parent 49718f4 commit e959bc3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

deploy-gae/deploy-gae.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050

5151
This will simply tell your bot to use the Botfuel Webchat adapter.
5252

53-
Edit your package.json and modify the start command to specify the config file we want to use when we launch the bot. When you deploy your app, Google App Engine will run `npm install` or `yarn install` automaticaly and will use the `start` script to launch your app.
53+
Edit your package.json and modify the start command to specify the config file we want to use when we launch the bot. When you deploy your app, Google App Engine will run `npm install` automatically and will use the `start` script to launch your app.
5454

5555
```javascript
5656
"scripts": {
@@ -259,4 +259,4 @@ Did you have a good time using Botfuel to build Chatbots? You can support our de
259259

260260
* The SDK <a href="https://docs.botfuel.io/" target="_blank">documentation</a>
261261
* Deploy your chatbot on Heroku with <a href="https://tutorials.botfuel.io/#/codelab/deploy-heroku?step=1" target="_blank">this tutorial</a>
262-
* Deploy your chatbot on Facebook Messenger with <a href="https://tutorials.botfuel.io/#/codelab/connect-messenger?step=1" target="_blank">this tutorial</a>
262+
* Deploy your chatbot on Facebook Messenger with <a href="https://tutorials.botfuel.io/#/codelab/connect-messenger?step=1" target="_blank">this tutorial</a>

qna-bot/qna-bot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In a new folder, create a new file named `package.json`:
103103
}
104104
```
105105

106-
Then run `yarn install`.
106+
Then run `npm install`.
107107

108108
<aside class="infos">You can also combine Q&As and intent handles by the SDK.</aside>
109109

@@ -182,4 +182,4 @@ Then open that page in your browser and start talking to your bot! The bot shoul
182182

183183
![Demo on Botfuel Webchat](https://github.com/Botfuel/tutorials/raw/master/qna-bot/images/howto_qna-demo_webchat.png "Demo on Botfuel Webchat")
184184

185-
When you have finished your bot, you can also add tests and configure other adapters, if needed. For more guidance, check out our [sample Q&A bot](https://github.com/Botfuel/botfuel-sample-customerservice)!
185+
When you have finished your bot, you can also add tests and configure other adapters, if needed. For more guidance, check out our [sample Q&A bot](https://github.com/Botfuel/botfuel-sample-customerservice)!

0 commit comments

Comments
 (0)