Skip to content

Commit

Permalink
fix markdown lints
Browse files Browse the repository at this point in the history
  • Loading branch information
themayurkumbhar committed Sep 27, 2019
1 parent e56b60f commit 80e9ed1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ the things that actually matter.

### Configuration
- Create `1build.yaml` configuration file by
```console
```console
1build init --name <your_project_name>
```

Expand All @@ -62,12 +62,12 @@ the things that actually matter.
### Running 1build for the above sample project

- building the project
```console
```console
1build build
```

- fix the coding guidelines lint and run tests (executing more than one commands at once)
```console
```console
1build lint test
```

Expand Down

0 comments on commit 80e9ed1

Please sign in to comment.