Skip to content

Commit 3673bb9

Browse files
authored
Update README.md
1 parent 736d189 commit 3673bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Import this repo:
5151
git clone https://github.com/rubenperezm/ChatbotSQL.git
5252
```
5353

54-
Create 3 databases in MySQL and run the scripts included in misc/data. `ChatbotEN.sql` includes some exercises, `db1EN.sql` and `db2.SQL`
54+
Create 3 databases in MySQL and run the scripts included in misc/data. `ChatbotEN.sql` includes some exercises, `db1EN.sql` and `db2EN.SQL`
5555
are the databases used in the exercises.
5656

5757

@@ -86,7 +86,7 @@ cp .env.example .env
8686

8787
Now you need to complete `ASSISTANT_URL`, `ASSISTANT_ID` and `ASSISTANT_IAM_APIKEY` fields with the information of your assistant. You can find this information in your assistant settings.
8888

89-
Before you run the server, please change the first of `botBD/public/js/conversation.js` and include the current URL of the Laravel platform.
89+
Before you run the server, please change the first line of `botBD/public/js/conversation.js` to include the current URL of the Laravel platform.
9090

9191
Once you have done this, run these commands to install all the dependencies and run the NodeJS server:
9292
```

0 commit comments

Comments
 (0)