From cd429b49f257d2d107e6517b38c2c016a0e347c3 Mon Sep 17 00:00:00 2001 From: Penelope Gomez / Pogmommy Date: Tue, 7 Feb 2023 06:46:24 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6dc8306..ab66b22 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -#TwitToMast +# TwitToMast Bypass paywalled APIs to crosspost from Twitter to Mastodon -##Installation: +## Installation: 1. Clone the repo and set up the script's dependencies ``` @@ -30,7 +30,7 @@ npm install - false: Thread tweets will not be sent to Mastodon - While they can be independently configured, it's recommended that Lines 3 and 4 are set to the same value -##Usage +## Usage ``` node ./TwitToMast.js [username] [tweet count] [debug level] @@ -42,5 +42,5 @@ node ./TwitToMast.js [username] [tweet count] [debug level] - 2: The program will print what tasks it is working on and errors, as well as various other information necessary for troubleshooting. - Omit this argument for the program to run silently (no output on screen) -##Other important details -- This program does not run on a loop on its own. If you need it to run automatically, you'll need to find a way to schedule the script to be executed periodically. \ No newline at end of file +## Other important details +- This program does not run on a loop on its own. If you need it to run automatically, you'll need to find a way to schedule the script to be executed periodically.