Update README.md

This commit is contained in:
The Doctor
2020-07-09 09:44:54 +01:00
parent 76646fd05b
commit bb659eb520

View File

@ -128,14 +128,16 @@ This is the basic information a package would have
"Type": "Plugin",
"Name": "Im Something cool",
"Description": "This is a package that makes you cool and awesome",
"Assets": [
"Assets":
[
{
"Version": "0.0.1",
"SdkVersion": "0.0.5",
"Checksum": "somethingCoolWithLettersAndNumbers",
"FileName": "name.zip",
"Url": "somewhereElseDoesntNeedToBeYourServer.zip",
"Dependencies": [
"Dependencies":
[
{
"ID": "Inner Spirit",
"Checksum": "somethingHere",
@ -148,7 +150,8 @@ This is the basic information a package would have
"Checksum": "somethingHere",
"Type": "Package",
"Version": "0.2.3"
}]
}
]
}
]
}