Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Sep 11, 2016
1 parent 19b73e2 commit 08be7af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var obj = {
"lastName": "Smith",
"dateOfBirth": new Date(1964, 7, 26),
"address": {
"__attr": {
"@": {
"type": "home"
},
"streetAddress": "3212 22nd St",
Expand All @@ -97,22 +97,22 @@ var obj = {
},
"phone": [
{
"__attr": {
"@": {
"type": "home"
},
"__val": "123-555-4567"
"#": "123-555-4567"
},
{
"__attr": {
"@": {
"type": "cell"
},
"__val": "890-555-1234"
"#": "890-555-1234"
},
{
"__attr": {
"@": {
"type": "work"
},
"__val": "567-555-8901"
"#": "567-555-8901"
}
],
"email": "john@smith.com"
Expand Down

0 comments on commit 08be7af

Please sign in to comment.