Skip to content

Commit c8d27f3

Browse files
Update README.md
1 parent 787d4a0 commit c8d27f3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ This is a more complex example that builds on the first:
107107
"@": {
108108
"type": "work"
109109
},
110-
"#": "123-555-4567",
111-
"=": "telephone"
110+
"#": "123-555-4567"
112111
},
113112
{
114113
"@": {
@@ -135,7 +134,7 @@ This is a more complex example that builds on the first:
135134
> <zip>10000</zip>
136135
> </address>
137136
> <phone type="home">123-555-4567</phone>
138-
> <telephone type="work">123-555-4567</telephone>
137+
> <phone type="work">123-555-4567</telephone>
139138
> <phone type="cell">456-555-7890</phone>
140139
> <email>john@smith.com</email>
141140
> <notes>John&apos;s profile is not complete.</notes>

0 commit comments

Comments
 (0)