From a82a2b4026cbb14d2e21e41900e0e029ad6c52f4 Mon Sep 17 00:00:00 2001 From: MicrocontrollersDev Date: Sat, 7 Oct 2023 17:43:50 -0500 Subject: [PATCH] fix capitalization of repo --- README.md | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9766ecda..38e7dacf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To install for Replugged: Click here: -[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=UserPFP/USERPFP&source=github) +[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=UserPFP/UserPFP&source=github) OR diff --git a/manifest.json b/manifest.json index 135c6255..479cd22b 100644 --- a/manifest.json +++ b/manifest.json @@ -16,11 +16,11 @@ "version": "1.0.1", "updater": { "type": "github", - "id": "UserPFP/USERPFP" + "id": "UserPFP/UserPFP" }, "license": "GPL 3.0", "type": "replugged-theme", "main": "src/main.css", - "source": "https://github.com/UserPFP/USERPFP", + "source": "https://github.com/UserPFP/UserPFP", "image": ["https://camo.githubusercontent.com/68decd2d5b4c237a97940c9012474ce82e6ed3eee65b3950032475ce82192c03/68747470733a2f2f692e6962622e636f2f6d62514a534b6d2f696d6167652d323032332d30372d31362d3131323131353837322e706e67"] }