diff --git a/README.md b/README.md
index d6bf7dc89040b630c18ac3b09a401a717d03025b..7e6a9bee2405c9e7fd2a94b28ab178450da392a6 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ coap://<adresse>:5683/data
   "$schema": "http://json-schema.org/draft-04/schema#",
   "type": "object",
   "title": "Data schema.",
-  "description": "Schema zur Datenübertragung, z.B. von Messwerten",
+  "description": "Schema zur Datenübertragung, z.B. von Messwerten.",
   "properties": {
     "id": {
       "type": "integer",
@@ -110,7 +110,7 @@ coap://<adresse>:5683/data
 ##### Beispiel
 ```
 { 
-  "id" : "1", 
+  "id" : 1, 
   "values" : ["21°C","37°C","4.13 km/h"]
 }
 ```