Skip to content

Commit 330710a

Browse files
author
Hariom Vyas
authored
Update README.md
1 parent e3d9e30 commit 330710a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

projects/Spell_checker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Here, you can input any word and check if it is having a correct spelling or not
66
<!--Remove the below lines and add yours -->
77
First thing which you need to install is textblob library
88
<!--Install library-->
9-
pip install textblob
9+
>pip install textblob
1010
<!--For jupyter nb-->
1111
You need to run this command in your terminal or your ide terminal.
1212
<!--for jp nb-->
1313
If you are using Jupyter Notebook you need to use the below command
1414
<!--for jp nb-->
15-
import sys
15+
>import sys
1616
<!--command-->
17-
!{sys.executable} -m pip install textblob
17+
>!{sys.executable} -m pip install textblob
1818
1919
### How to run the script
2020
<!--Remove the below lines and add yours -->

0 commit comments

Comments
 (0)