diff --git a/README.md b/README.md index a21bc0d..9b2f7ac 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,17 @@ The program only retrives top 25 posts from a subreddit and reddit user. ## Usage -Get the program or executable from [here] (/build). - **Warning**: Make sure to read any script from internet before running in your PC. -Usage: ```scrappdit [options] [command]``` +Usage: ```node index.js [options] [command]``` Use `u` flag to get the top 25 posts of the user. -```scrappdit u ``` +```node index.js u ``` Use `s` flag to get the hot 25 posts of the subreddit. -```scrappdit s ``` +```node index.js s ``` List of options available: diff --git a/build/scrapddit b/build/scrapddit deleted file mode 100755 index 25b2e68..0000000 Binary files a/build/scrapddit and /dev/null differ