mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 02:34:04 +00:00
fix JSON markup
This commit is contained in:
parent
28e16d6bef
commit
314141fd33
1 changed files with 2 additions and 2 deletions
|
|
@ -485,10 +485,10 @@ The best way to think about Airwire is simply an OOP wrapper around a REST API.
|
|||
"state": {
|
||||
"foo": "abcdef"
|
||||
},
|
||||
"changes" {
|
||||
"changes": {
|
||||
"foo": "bar"
|
||||
},
|
||||
"calls" {
|
||||
"calls": {
|
||||
"save": [
|
||||
{
|
||||
"name": "Example task",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue