Skip to content

Commit cf7b8e0

Browse files
authored
Merge pull request ggeop#143 from GaneshJainarain/develop
minor changes in the README.md file, such as correcting typos
2 parents 2acc298 + cb06c1f commit cf7b8e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ bash setup.sh
8080

8181
* Put the Keys in settings
8282

83-
**NOTE:** *For better exprerience, before you start the application you can put the free KEYs in the settings.py*
83+
**NOTE:** *For better experience, before you start the application you can put the free KEYs in the settings.py*
8484

8585
```bash
8686
nano Jarvis/src/jarvis/jarvis/setting.py
@@ -96,7 +96,7 @@ bash run_jarvis.sh
9696

9797
### How to add a new Skill to assistant
9898
You can easily add a new skill in two steps.
99-
* Create a new configurationin SKILLS in **skills/registry.py**
99+
* Create a new configuration SKILLS in **skills/registry.py**
100100
```python
101101
{
102102
'enable': True,
@@ -107,7 +107,7 @@ You can easily add a new skill in two steps.
107107
```
108108
* Create a new skill module in **skills/collection**
109109

110-
### Desicion Model
110+
### Decision Model
111111
![alt text](https://github.com/ggeop/Jarvis/blob/master/imgs/desicion_model.png)
112112

113113
### Extract skill

0 commit comments

Comments
 (0)