Update README.md

This commit is contained in:
q13x 2023-06-06 22:33:31 -08:00 committed by GitHub
parent 6d1ef55775
commit 4e0ba98793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ Each and every EaglerProxy plugin consists of two parts:
* a `metadata.json` metadata file
Below is a breakdown of everything inside of `metadata.json`:
```json
```
{
"name": "Example Plugin",
"id": "examplePlugin",
@ -68,4 +68,4 @@ Below is a breakdown of everything inside of `metadata.json`:
"load_after": ["otherPlugin"]
}
```
As of right now, there exists no API reference. Please refer to the preinstalled plugin for details regarding API usage.
As of right now, there exists no API reference. Please refer to the preinstalled plugin for details regarding API usage.