From 658d7aee3fd4914016743df9bd812559f994fcff Mon Sep 17 00:00:00 2001 From: La Min Ko Date: Sun, 9 Jun 2019 23:04:31 +0630 Subject: [PATCH] Update README.md updated to code block instead of quote --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09b9229..b09ab59 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,11 @@ Using `pip`: Using source: -> `git clone https://github.com/laminko/madmac.git` -> `cd madmac` -> `python setup.py install` +```bash +$ git clone https://github.com/laminko/madmac.git +$ cd madmac +$ python setup.py install +``` ### Usage