Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AceFire6 committed Aug 31, 2019
1 parent 37ee01d commit 07732c5
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 @@ -5,10 +5,10 @@
A Quart extension to minify quart response for html, javascript, css and less compilation as well.</h3>

## Install:
#### - With pip
#### With pip
- `pip install quart-minify`

#### - From the source:
#### From the source:
- `git clone https://github.com/AceFire6/quart_minify.git`
- `cd quart_minify`
- `python setup.py install`
Expand All @@ -21,7 +21,7 @@ from quart import Quart
from quart_minify import Minify

app = Quart(__name__)
minify(app=app)
Minify(app=app)
```

### Result:
Expand Down

0 comments on commit 07732c5

Please sign in to comment.