From 5a6a72d1827a50cbec1f25b1dedcbe9366fe7312 Mon Sep 17 00:00:00 2001 From: prudho Date: Mon, 2 Nov 2015 11:27:39 +0100 Subject: [PATCH] formatting --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87fc2cc..3020f8d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,10 @@ Jeedom jee = new Jeedom("jeedom.example.com", 8000, "/jeedom", "your.API.key", f ``` ## Examples -*All examples assume you have already wrote the lines above, insert code under the line **// Jeedom OK ! Do something here...** * +*All examples assume you have already wrote the lines above. Code must be inserted under this line :* +```csharp +// Jeedom OK ! Do something here... +``` Get the Jeedom version: ```csharp