We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787d4a0 commit c8d27f3Copy full SHA for c8d27f3
1 file changed
README.md
@@ -107,8 +107,7 @@ This is a more complex example that builds on the first:
107
"@": {
108
"type": "work"
109
},
110
- "#": "123-555-4567",
111
- "=": "telephone"
+ "#": "123-555-4567"
112
113
{
114
@@ -135,7 +134,7 @@ This is a more complex example that builds on the first:
135
134
> <zip>10000</zip>
136
> </address>
137
> <phone type="home">123-555-4567</phone>
138
- > <telephone type="work">123-555-4567</telephone>
+ > <phone type="work">123-555-4567</telephone>
139
> <phone type="cell">456-555-7890</phone>
140
> <email>john@smith.com</email>
141
> <notes>John's profile is not complete.</notes>
0 commit comments