From 4afe2d9cfde5b2580cdf3e98dca826b699e23480 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Wed, 18 Nov 2020 22:09:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f67a27e..35a3e557 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# ioBroker templates +# ioBroker examples -This is a collection of templates for ioBroker developers to create adapters or VIS widgets. Just select the template you need, copy its contents from the sub directory and begin working on your project. +This is a collection of examples for ioBroker developers to create adapters or VIS widgets. You can use it to get an overview how ioBroker adapter code and structure looks like. -Alternatively you can use [`@iobroker/create-adapter`](https://github.com/ioBroker/create-adapter) to generate a custom skeleton based on your exact needs. We recommend that way if you start developing an adapter or widget. +Please use [`@iobroker/create-adapter`](https://github.com/ioBroker/create-adapter) to generate a custom skeleton based on your exact needs. We recommend that way if you start developing an adapter or widget.