From 9cf74fc0b2e348a0163048eabaa38c62c89caeb2 Mon Sep 17 00:00:00 2001 From: Claudius Ellsel Date: Sun, 27 May 2018 03:04:18 +0200 Subject: [PATCH] Corrected path and typo (#689) * Corrected path and typo Signed-off-by: Claudius Ellsel (github: claell) --- developers/development/bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/development/bindings.md b/developers/development/bindings.md index 59139c17e..f177d9e89 100644 --- a/developers/development/bindings.md +++ b/developers/development/bindings.md @@ -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: ```