From 888ec5a072a8615fb74ed63ba0d70af6ec874926 Mon Sep 17 00:00:00 2001 From: bee Date: Wed, 2 Mar 2022 12:03:25 -0800 Subject: [PATCH] rebrand! --- .env_example | 2 +- README.md | 3 ++- package.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.env_example b/.env_example index bb8e7f1..5c2fce4 100644 --- a/.env_example +++ b/.env_example @@ -1,4 +1,4 @@ -# SPPK +# Compatiplural url="https://devapi.apparyllis.com" socket="wss://devapi.apparyllis.com/v1/socket" pk_url="https://api.pluralkit.me/v2" diff --git a/README.md b/README.md index ae83b61..5c56c84 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# SPPK +# Compatiplural ### SimplyPlural -> PluralKit Connectivity. +Compatiplural is a small application which enables the transfer of your SimplyPlural data to PluralKit. ### Fork this repository and simply deploy to Heroku! This project already has a Procfile set up, so it's super easy to get started. Once you have forked / cloned this repo, you can connect it to Heroku and fill in your credentials as config variables. More info below. diff --git a/package.json b/package.json index a2d05aa..7d68150 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "sppk", + "name": "Compatiplural", "version": "1.0.0", - "description": "A tool to automatically update PluralKit with SimplyPlural data.", + "description": "SimplyPlural -> PluralKit Connectivity", "main": "index.js", "scripts": { "start": "node .",