From 4e0ba9879343dfecabf277d394c0dbe7cfcc5838 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:33:31 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d337167..74fe339 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +As of right now, there exists no API reference. Please refer to the preinstalled plugin for details regarding API usage.