From 8b78481ea106f700bd45637fb7981cf405295700 Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Sun, 3 Oct 2021 18:57:23 -0400 Subject: [PATCH] markdown is hard --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9df6afb..629269a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # What is this? HappySnake is a tool I created to quickly order coffee from https://www.happymugcoffee.com. I mostly made this to help me learn python so don't expect it to be effecient (or even a very good idea... It's probably not wise to buy things using a script unless you really know what you're doing but oh well.) # Requirements -'''bash +```bash pip3 install selenium colorama -''' +``` # Usage To run simple create a file called config.json in the directory above where you installed the tool (Please don't put a config.json in a git directory...). I recommend not testing with real info until you're sure this behaves how you expect it to. +# Example ![](example.gif)