From 31f3443dfa0a6d9c31cf671698318d3b59eae7b9 Mon Sep 17 00:00:00 2001 From: Gopinath Langote Date: Mon, 13 May 2019 21:49:21 +0200 Subject: [PATCH] Update readme description Issue: #31 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52500097..a6f851bd 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ pip3 install 1build ### Running 1build for the above sample project: - building the project - ```bash + ```console 1build build ``` - fix the coding guidelinges lint - ```bash + ```console 1build lint ```