diff --git a/README.md b/README.md index 23c4656c240786a28ecdbe8c64d8f205d339bad1..69dc754f86d9e36379d5f099642a8a887edbfc1b 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" ```