From 1ee3da67226fdcb0bb43c738cf8a98d1ff3c4f36 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:28:40 -0300 Subject: [PATCH] Removing this (oops) --- README.md | 2 +- example.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0b7024..55201ce 100755 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ For security reasons, you should get the API key via Neocities settings. This fu ## Example Usage -See [example.c] +See example.c --- diff --git a/example.c b/example.c index 5321ea8..f4292f9 100644 --- a/example.c +++ b/example.c @@ -3,8 +3,8 @@ #include int main() { - static const char* username = "errorsyntax"; - static const char* api_key = "859d457a6c9271b18c40a8540b314276"; + static const char* username = "YOUR_USER_NAME"; + static const char* api_key = "YOUR_API_KEY"; char* out = NULL;