From 61f1849a48f6e88dd2f1e008a9d2c878e7a1eb1f Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sat, 3 Sep 2022 09:27:28 -0400 Subject: [PATCH] Fix console syntax highlighting in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd493d7ee..f8e9982df 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ for more detailed discussions and examples. The latest version of `galois` can be installed from [PyPI](https://pypi.org/project/galois/) using `pip`. -```sh +```console $ python3 -m pip install galois ```