Removing this (oops)
This commit is contained in:
@@ -102,7 +102,7 @@ For security reasons, you should get the API key via Neocities settings. This fu
|
|||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
See [example.c]
|
See example.c
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
static const char* username = "errorsyntax";
|
static const char* username = "YOUR_USER_NAME";
|
||||||
static const char* api_key = "859d457a6c9271b18c40a8540b314276";
|
static const char* api_key = "YOUR_API_KEY";
|
||||||
|
|
||||||
char* out = NULL;
|
char* out = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user