Skip to content

Commit

Permalink
fix: messed up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Feb 21, 2019
1 parent 70db1a4 commit 2cdc1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ JSON-RPC APIs can support the OpenRPC specification by implementing a service di
"description": "Returns an OpenRPC schema as a description of this service",
"result": {
"name": "OpenRPC Schema",
"schema": {
"$ref": "https://raw.githubusercontent.com/open-rpc/meta-schema/master/schema.json"
}
"schema": {
"$ref": "https://raw.githubusercontent.com/open-rpc/meta-schema/master/schema.json"
}
}
}
]
Expand Down

0 comments on commit 2cdc1f4

Please sign in to comment.