Skip to content

Commit

Permalink
Merge pull request #826 from mkostrikin/remove-odd-single-quote
Browse files Browse the repository at this point in the history
Fix typo and adjust formatting to similar style.
  • Loading branch information
qbzzt authored Jul 22, 2023
2 parents 6a58579 + e728d6b commit 3d408e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/developers/build/json-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ Sample output:
Get the software version.

```sh
curl -X POST -H "Content-Type: application/json" \
'--data '{"jsonrpc":"2.0","method":"optimism_version","params":[],"id":1}' \
http://localhost:9545
curl -X POST -H "Content-Type: application/json" --data \
'{"jsonrpc":"2.0","method":"optimism_version","params":[],"id":1}' \
http://localhost:9545
```

Sample output:
Expand Down

0 comments on commit 3d408e0

Please sign in to comment.