From 5801ab57a2ef02c6b2f05ff3a0c8418aa2716965 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Fri, 5 Aug 2022 20:54:57 +0200 Subject: [PATCH] README: make install command a code block Codeblocks on GitHub can be copied to clipboard by just klicking them. This is a big advantage over inline code, especially for the install command --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b7ddd..094634f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ uses static analysis more. ## Installation -`pip install reorder-python-imports` +```bash +pip install reorder-python-imports +``` ## Console scripts