From 84037a72028a8837d10cc9d87af268ac09b0c10c Mon Sep 17 00:00:00 2001 From: John <72810050+Notplayingallday383@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:32:55 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a36736..b1dc0ce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ The better made open source version of Sodiums Plugin Injector ## Usage -> [!IMPORTANT] This is in very early development, please do not make github issues that are not detailed or that arent helpful. +> [!IMPORTANT] +> This is in very early development, please do not make github issues that are not detailed or that arent helpful. To add to an existing React, Dreamland, Next, etc project you can do it via downloading the npm package and adding it to your site via backend or using something like vite. @@ -12,7 +13,7 @@ To add to an existing React, Dreamland, Next, etc project you can do it via down npm i @z1g-project/injectify ``` -if your statically hosting this simply build this repository and add it to your site or use `unpkg` to add it. +if your statically hosting this simply build this repository and add it to your site or use [`unpkg`](https://unpkg.com/@z1g-project/injectify@0.5.5-prev/dist/bundle.js) to add it. ### Setting up Plugins @@ -22,4 +23,4 @@ Plugins should be saved to a localstorage item or you can modify the configurati - Made with Love by XSTARS - © Copyright 2024 the z1g Project All Rights Reserved -- Licensed under the MIT License \ No newline at end of file +- Licensed under the MIT License