Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertocommit committed Jul 20, 2024
1 parent f34d6c8 commit 856340e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,15 @@ For example:
],
"MappingFields": [
{
"JsonPath": "text.0.intro",
"SanityPath": "text[0].intro"
},
{
"JsonPath": "text.1.intro",
"SanityPath": "text[1].intro"
},
{
"JsonPath": "text.2.intro",
"SanityPath": "text[2].intro"
},
{
"JsonPath": "text.3.intro",
"SanityPath": "text[3].intro"
}
]
Expand All @@ -157,19 +153,15 @@ curl --location 'localhost:8001/sanity_translate_field' \
],
"MappingFields": [
{
"JsonPath": "text.0.intro",
"SanityPath": "text[0].intro"
},
{
"JsonPath": "text.1.intro",
"SanityPath": "text[1].intro"
},
{
"JsonPath": "text.2.intro",
"SanityPath": "text[2].intro"
},
{
"JsonPath": "text.3.intro",
"SanityPath": "text[3].intro"
}
]
Expand Down

0 comments on commit 856340e

Please sign in to comment.