Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 01564bf

Browse files
committed
2 parents 584d52f + 82b2291 commit 01564bf

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
*A progressive web application*
44

5-
![qrcode-scanner](https://github.com/code-kotis/barcode-scanner/raw/master/logo.png "qrcode-scanner")
6-
7-
# [demo](https://qrcode-scanner.herokuapp.com)
5+
#[demo](https://qrcode-scanner.herokuapp.com)
86

97
## Features
108

@@ -20,21 +18,19 @@
2018

2119
1. Clone the repo
2220

23-
```
24-
git clone https://github.com/code-kotis/barcode-scanner
25-
```
21+
```bash
22+
git clone https://github.com/code-kotis/barcode-scanner
23+
```
2624

2725
2. Build installation
28-
29-
```
30-
npm install
31-
```
26+
```bash
27+
npm install
28+
```
3229

3330
3. Run the project
34-
35-
```
36-
gulp build
37-
```
31+
```bash
32+
gulp build
33+
```
3834

3935
### Contributions
4036

0 commit comments

Comments
 (0)