From 36c13f6a7e0239725f57470f840b920719093336 Mon Sep 17 00:00:00 2001 From: Sterbenfr Date: Tue, 5 Dec 2023 10:55:15 +0100 Subject: [PATCH] fix(README): updating README to fit the switch from X to Mastodon --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index d6e6c7f5..e69ad8fe 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,6 @@ echo "GH_TOKEN=mysecrettoken\ " >> .env.local ``` -Then create a [Twitter App](https://developer.twitter.com/): - -```sh -echo "TWITTER_API_KEY=xxxxxx\ -TWITTER_API_KEY_SECRET=xxxxx\ -TWITTER_API_TOKEN=xxxxx\ -" >> .env.local -``` - Then run the development server: ```bash