Skip to content

Commit 2990d70

Browse files
committed
fix readme
1 parent 2bb7bda commit 2990d70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • bundles/org.openhab.automation.pythonscripting

bundles/org.openhab.automation.pythonscripting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you create an empty file called `test.py`, you will see a log line with infor
1919
... [INFO ] [ort.loader.AbstractScriptFileWatcher] - (Re-)Loading script '/openhab/conf/automation/python/test.py'
2020
```
2121

22-
To enable debug logging, use the [console logging](https://openhab.org/docs/administration/logging.html) commands to
22+
Use the [console logging](https://openhab.org/docs/administration/logging.html) commands to
2323
enable debug logging for the automation functionality:
2424

2525
```text
@@ -28,7 +28,7 @@ log:set DEBUG org.openhab.automation.pythonscripting
2828

2929
### Rules
3030

31-
Lets start with a simple rule
31+
Let’s start with a simple script
3232

3333
```python
3434
from openhab import rule

0 commit comments

Comments
 (0)