From 15ffe9d15f44a7e5b769be88d26e1a96d4030428 Mon Sep 17 00:00:00 2001 From: FujiwaraChoki Date: Sat, 10 Feb 2024 23:40:36 +0100 Subject: [PATCH] Update file references and names --- .env.example | 2 +- ENV.md => EnvironmentVariables.md | 0 README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename ENV.md => EnvironmentVariables.md (100%) diff --git a/.env.example b/.env.example index cf532126..96b2c6de 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -# See ENV.md for more information. +# See EnvironmentVariables.md for more information. ASSEMBLY_AI_API_KEY="" # Optional TIKTOK_SESSION_ID="" IMAGEMAGICK_BINARY="" # Download from https://imagemagick.org/script/download.php diff --git a/ENV.md b/EnvironmentVariables.md similarity index 100% rename from ENV.md rename to EnvironmentVariables.md diff --git a/README.md b/README.md index 1512f4fd..674df881 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ python -m http.server 3000 See [`.env.example`](.env.example) for the required environment variables. -If you need help, open [ENV.md](ENV.md) for more information. +If you need help, open [EnvironmentVariables.md](EnvironmentVariables.md) for more information. ## Usage 🛠️