Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correct JSON for Destructuring example
  • Loading branch information
erichiller authored Feb 24, 2024
1 parent a6fe8ec commit 5847ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,13 @@ Destructuring means extracting pieces of information from an object and create p
{
"Name": "With",
"Args": {
"policy": "policy": "MySecondNamespace.SecondDestructuringPolicy, MySecondAssembly"
"policy": "MySecondNamespace.SecondDestructuringPolicy, MySecondAssembly"
}
},
{
"Name": "With",
"Args": {
"policy": "policy": "MyThirdNamespace.ThirdDestructuringPolicy, MyThirdAssembly"
"policy": "MyThirdNamespace.ThirdDestructuringPolicy, MyThirdAssembly"
}
},
],
Expand Down

0 comments on commit 5847ea7

Please sign in to comment.