Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
prudho committed Nov 2, 2015
1 parent 6b7e117 commit 5a6a72d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a6a72d

Please sign in to comment.