Skip to content

Commit 6353fae

Browse files
committed
Fix metadata table spacing
1 parent 7a48dc0 commit 6353fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Plugin-Repository/Repository/{Version}/{Owner}/{Repository}/{Name}.json
2929
| (Optional) MaxSupportedDriverVersion | The maximum OpenTabletDriver version the plugin functions on in four-part version number format. This should only be included in cases where a minor OpenTabletDriver version introduced breaking changes to a plugin. |
3030
| RepositoryUrl | The git repository url containing the plugin's source code. |
3131
| DownloadUrl | The direct download url for the plugin's release files in a compressed archive format. The plugin's dll files must be contained in the top-level directory of the compressed archive. |
32-
| CompressionFormat | The compression format used by the compressed archive in the DownloadUrl field. Currently, `zip` is the only supported value. |
32+
| CompressionFormat | The compression format used by the compressed archive in the DownloadUrl field. Currently, `zip` is the only supported value. |
3333
| SHA256 | The SHA265 hash of the compressed archive in the DownloadUrl field. |
3434
| (Optional) WikiUrl | A link to the plugin's documentation. |
35-
| LicenseIdentifier | The plugin's SPDX license identifier(s), separated by comma. |
35+
| LicenseIdentifier | The plugin's SPDX license identifier(s), separated by comma. |
3636

3737
Example plugin metadata:
3838

0 commit comments

Comments
 (0)