From ddbed98e026e1880d7cae5c095cb72ec7ae37e6e Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Thu, 2 Sep 2021 16:36:36 +0200
Subject: [PATCH] Version committed to pypi

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 23c4656..69dc754 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Snipper
 A lightweight framework for removing code from student solutions.
 ## Installation
-```shell
+```console
 pip install codesnipper
 ```
 ## What it does
@@ -88,7 +88,7 @@ Output 3
 Goodbuy world
 ```
 and a typeset version of an interactive python session in `foo.pyi`
-```ipython
+```pycon
 >>> print("hello world")
 Hello World"
 ```
-- 
GitLab