From 5047b38f4e09993b3afc2b5da5616f2e4774a65f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 17 Jan 2023 05:38:50 -0500 Subject: [PATCH] readme: rename config.json to config.example.json --- README.md | 2 +- config.json => config.example.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename config.json => config.example.json (100%) diff --git a/README.md b/README.md index b45359a..c77ec2a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ cd discord-twitter-webhook ``` ### Configure -Edit the `config.json` with the given information below: +Edit the `config.example.json` and rename it to `config.json` with the given information below: * `webhook_url`: The Discord webhook url, for more information check out [this](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) page. * `webhook_name`: The username of your Discord webhook. diff --git a/config.json b/config.example.json similarity index 100% rename from config.json rename to config.example.json