Skip to content

Commit cee4708

Browse files
authored
Merge pull request #4 from basnijholt/patch-1
fix typos
2 parents a9d1071 + a0efce2 commit cee4708

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ dynamically), sleeping and waiting for triggers.
3737
Pyscript also provides a kernel that interfaces with the Jupyter front-ends (eg, notebook, console
3838
and lab). That allows you to develop and test pyscript code interactively. Plus you can interact
3939
with much of HASS by looking at state variables, calling services etc, in a similar way to [HASS
40-
CLI](https://github.com/home-assistant-ecosystem/home-assistant-cli), althought the CLI provides
40+
CLI](https://github.com/home-assistant-ecosystem/home-assistant-cli), although the CLI provides
4141
status on many other parts of HASS.
4242

4343
For more information about the Jupyter kernel, see the [README](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/README.md).
4444
There is also a [Jupyter notebook tutorial](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb),
45-
which can be downlaoded and run interactively in Jupyter notebook connected to your live HASS with pyscript.
45+
which can be downloaded and run interactively in Jupyter notebook connected to your live HASS with pyscript.
4646

4747
Pyscript provides functionality that complements the existing automations, templates and triggers.
4848
Pyscript is most similar to [AppDaemon](https://appdaemon.readthedocs.io/en/latest/), and
@@ -69,7 +69,7 @@ cd custom_components/pyscript
6969
unzip hass-custom-pyscript.zip
7070
```
7171

72-
Alternatively you can install the current GitHub master version by cloning and copying:
72+
Alternatively, you can install the current GitHub master version by cloning and copying:
7373
```bash
7474
mkdir SOME_LOCAL_WORKSPACE
7575
cd SOME_LOCAL_WORKSPACE
@@ -80,7 +80,7 @@ cp -pr pyscript/custom_components/pyscript YOUR_HASS_CONFIG_DIRECTORY/custom_com
8080

8181
### Install Jupyter Kernel
8282

83-
Installing the pyscript Jupyter kernel is optional. The steps to install and use it are in
83+
Installing the Pyscript Jupyter kernel is optional. The steps to install and use it are in
8484
this [README](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/README.md).
8585

8686
## Configuration

0 commit comments

Comments
 (0)