From 766c8221ceb23d66ed253250fead533ad0cb73bd Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 13 Feb 2022 21:39:21 -0600 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 204e658..6390ac5 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Backend for [skyblock.matdoes.dev](https://github.com/skyblockstats/skyblock-stats). -Basically this is [Slothpixel](https://github.com/slothpixel/core) but more specialized. +This is kinda like [Slothpixel](https://github.com/slothpixel/core), as in it fetches the SkyBlock API and cleans up the result for use without an API key. -## What it does +## Basically what it does 1) A request is sent to the Express server in index.js 2) The express server then calls a function in hypixelCached depending on the request -- cgit