README.add-ons: adapt example to new header (with meta and file-type nodes)
This commit is contained in:
parent
33bc7eabb3
commit
2eb6e7b367
1 changed files with 5 additions and 1 deletions
|
@ -102,7 +102,11 @@ hypothetical add-on called “Flying Turtle” distributed by Joe User:
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<PropertyList>
|
||||
<meta>
|
||||
<file-type type="string">FlightGear add-on metadata</file-type>
|
||||
<format-version type="int">1</format-version>
|
||||
</meta>
|
||||
|
||||
<addon>
|
||||
<identifier type="string">user.joe.FlyingTurtle</identifier>
|
||||
<name type="string">Flying Turtle</name>
|
||||
|
|
Loading…
Reference in a new issue