diff --git a/fhem/FHEM/95_PostMe.pm b/fhem/FHEM/95_PostMe.pm
index a75433df4..a339eb0c0 100644
--- a/fhem/FHEM/95_PostMe.pm
+++ b/fhem/FHEM/95_PostMe.pm
@@ -41,7 +41,7 @@ use vars qw($FW_wname); # Web instance
#########################
# Global variables
-my $postmeversion = "1.0";
+my $postmeversion = "1.1";
my $FW_encoding = "UTF-8";
#########################################################################################
@@ -1094,9 +1094,19 @@ sub PostMe_widget($) {
Defines the PostMe system, <postit> is an arbitrary name for the system.
set <postit> create <name>
+ List items may consist of one or more words, and are added/removed by the add and
+ remove command.
+ Attention: A comma "," is the separator for list items.
+ set <postit> add <name> <some text, but careful with commas>
+
+ Special meta data for items may be included in the items by using "[" and "]"; characters, e.g.
set <postit> add <name> <item> [<attribute1>="<data1>" ...
- The attribute-value pairs may be added,modified and removed with the set modify command, see below.
+ These attribute-value pairs may be added, modified and removed with the modify command
+
The sticky notes may be integrated into any Web page by simply embedding the following tags
<embed src="/fhem/PostMe_widget?type=pins&postit=<postit>"/>