From 2879714db107da3248ce27e8f985780bbfaf4463 Mon Sep 17 00:00:00 2001 From: xenofem Date: Thu, 14 May 2020 15:38:12 -0400 Subject: [PATCH] specify language for syntax highlighting in README --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 78375b3..639f149 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,17 @@ Markov chain discord bot, sends randomly generated sentences at configurable int Put some text into `corpus.txt`, and then run - git clone https://git.xeno.science/xenofem/markov-bot - cd markov-bot - python3 -m venv env - source env/bin/activate - pip install discord.py - python markov-prep.py - cp config.json.example config.json - vi config.json - python markov-bot.py +```bash +git clone https://git.xeno.science/xenofem/markov-bot +cd markov-bot +python3 -m venv env +source env/bin/activate +pip install discord.py +python markov-prep.py +cp config.json.example config.json +vi config.json +python markov-bot.py +``` ## Configuration