Skip to content

Commit bff5954

Browse files
committed
Updated README to reflect support for author.
1 parent e987f35 commit bff5954

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ We provide two helper methods:
7272
1. Output to string (for you to do with as you require)
7373
2. Output directly to a filename you provide
7474

75-
#### Supported Schema Versions
76-
77-
| Schema Version | JSON | XML | Notes |
78-
| ---- | ---- | ---- | ---- |
79-
| 1.3 _(current)_ | Y | Y | |
80-
| 1.2 | Y | Y | |
81-
8275
##### Example as JSON
8376

8477
```
@@ -138,6 +131,11 @@ _Note: We refer throughout using XPath, but the same is true for both XML and JS
138131
<tr>
139132
<th colspan="6"><strong><code>/bom/components/component</code></strong></th>
140133
</tr>
134+
<tr>
135+
<td><code>./author</code></td>
136+
<td>Y</td><td>Y</td><td>N/A</td><td>N/A</td>
137+
<td>&nbsp;</td>
138+
</tr>
141139
<tr>
142140
<td><code>./name</code></td>
143141
<td>Y</td><td>Y</td><td>Y</td><td>Y</td>

0 commit comments

Comments
 (0)