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;