Skip to content

Commit

Permalink
Add json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vrachieru committed Nov 6, 2018
1 parent fc83d21 commit f5ca95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This is known as an autokey cipher and while it has better statistical propertie
There is no authentication mechanism and commands are accepted independent of device state (configured/unconfigured).

Commands are formatted using JSON, for example:
```
```json
{
"system": {
"get_sysinfo": {}
Expand All @@ -112,7 +112,7 @@ Commands are formatted using JSON, for example:
```

Commands can be nested, for example:
```
```json
{
"system": {
"get_sysinfo": {}
Expand Down

0 comments on commit f5ca95a

Please sign in to comment.