Skip to content

Commit

Permalink
fixed JSON formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
agaviria authored and shellbear committed Jun 4, 2023
1 parent 8a3263a commit f68dd0a
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 @@ -64,7 +64,7 @@ $ curl --header "Content-Type: application/json" \
"registration_number": "N/A",
"address": {
"address": "7901 4Th St N Ste 300",
"city": "St. Petersburg",
"city": "St. Petersburg",
"state": "FL",
"zip_code": "33702"
}
Expand All @@ -76,7 +76,7 @@ $ curl --header "Content-Type: application/json" \
"terms": "NET60",
"address": {
"address": "212 Ronnie St",
"city": "Somewhere",
"city": "Somewhere",
"state": "FL",
"zip_code": "33233"
},
Expand Down Expand Up @@ -146,4 +146,4 @@ The cache folder for wkhtmltopdf. Defaults to `/tmp/cache-wk/`.
© shellbear, 2020~time.Now
© StoneCrete, 2023~time.Now

Released under the [MIT License](LICENSE).
Released under the [MIT License](LICENSE).

0 comments on commit f68dd0a

Please sign in to comment.