Skip to content

Commit d4d0da4

Browse files
committed
Added badges to README.md
1 parent 46ff60f commit d4d0da4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Django Simple Components
2+
[![PyPI version](https://badge.fury.io/py/django-simple-components.svg)](https://pypi.python.org/pypi/django-simple-components/)
3+
[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/django-simple-components.svg)](https://pypi.python.org/pypi/django-simple-components/)
4+
[![PyPI Supported Django Versions](https://img.shields.io/pypi/djversions/django-simple-components.svg)](https://pypi.python.org/pypi/django-simple-components/)
5+
[![Coverage)](https://img.shields.io/codecov/c/github/paqstd-dev/django-simple-components/main.svg)](https://app.codecov.io/github/paqstd-dev/django-simple-components)
26

37
Django Simple Components is a small package to easily create components inside your templates without saving them in the templates folder.
48

59
## Quick start
610

7-
### 0. Install package from pypi:
11+
### 1. Install package:
12+
To get started, install the package from [pypi](https://pypi.org/project/django-simple-components/):
813
```bash
914
pip install django-simple-components
1015
```
1116

12-
### 1. Add `simple_components` to your INSTALLED_APPS setting like this:
17+
Now you can add `simple_components` to your django project. Change your `INSTALLED_APPS` setting like this:
1318
```python
1419
INSTALLED_APPS = [
1520
...,

0 commit comments

Comments
 (0)