Skip to content

Commit 6d563a2

Browse files
authored
Update README.md
1 parent 4d02e72 commit 6d563a2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ On similar lines let's create a very basic chatbot utlising the Python's NLTK li
99

1010
# Outline
1111
* [Motivation](#motivation)
12-
* Blogpost(#blogpost)
13-
* Pre-requisites(#pre-requisites)
14-
* How to run(#how-to-run)
12+
* [Blogpost](#blogpost)
13+
* [Pre-requisites](#pre-requisites)
14+
* [How to run](#how-to-run)
1515

1616

1717
## Motivation
@@ -43,8 +43,9 @@ nltk.download('wordnet')
4343
```
4444

4545
## How to run
46+
* Jupyter Notebook
4647
* You can run the [chatbot.ipynb](https://github.com/parulnith/Building-a-Simple-Chatbot-in-Python-using-NLTK/blob/master/Chatbot.ipynb) which also includes step by step instructions.
47-
48-
* ```
48+
* Through Terminal
49+
```
4950
python chatbot.py
5051
```

0 commit comments

Comments
 (0)