Corrected path and typo (#689)

* Corrected path and typo

Signed-off-by: Claudius Ellsel <claudius.ellsel@live.de> (github: claell)
pull/695/head
Claudius Ellsel 2018-05-27 03:04:18 +02:00 committed by Kai Kreuzer
parent 0794f12608
commit 9cf74fc0b2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ To compile a new openHAB binding without errors, you have to perform the followi
## Setup and Run the Binding
To setup the binding you need to configure at least one *Thing* and link an *Item* to it.
In your workspace in `demo-resources/src/main/resources/things`, you can define and configure *Things* in file with a `*.things` extensions.
In your workspace in `distro-resources/src/main/resources/things`, you can define and configure *Things* in files with a `*.things` extension.
The following file defines a thing for the Yahoo Weather binding:
```