Skip to content

Commit 58751d8

Browse files
committed
Fix formatting
1 parent c50fee3 commit 58751d8

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@ A Django form widget for international telephone numbers based on the
99
jQuery plugin
1010
[intl-tel-input](https://github.com/jackocnr/intl-tel-input).
1111

12-
This is a new package, so it doesn't implement all the features of
13-
intl-tel-input. However, it is well tested, and has been stable in
14-
production.
12+
This package is pre 1.0, so doesn't implement every feature of intl-tel-input. However, it is well tested, and has been stable in production.
1513

16-
### Version support
14+
## Version support
1715

1816
Tested on the following versions of Python and Django.
1917

20-
| Package | Version support |
21-
| ------- | --------------- |
22-
| Python | 2.7, 3.4, 3.5, 3.6 |
23-
| Django | 1.8, 1.9, 1.10, 1.11 |
18+
| Package | Version support |
19+
| ------- | --------------- |
20+
| Python | 2.7, 3.4, 3.5, 3.6 |
21+
| Django | 1.8, 1.9, 1.10, 1.11 |
2422

25-
### Installation
23+
## Installation
2624

2725
Install from PyPI.
2826

@@ -39,7 +37,7 @@ INSTALLED_APPS += ('intl_tel_input',)
3937
...
4038
```
4139

42-
### Usage
40+
## Usage
4341

4442
Simply add `IntlTelInputWidget` to your form field.
4543

@@ -65,7 +63,7 @@ class MyForm(forms.Form):
6563
...
6664
```
6765

68-
### Form media
66+
## Form media
6967

7068
Include `{{ form.media.css }}` in the `<head>` of your template. This
7169
will ensure all styles are parsed before the widget is displayed.

0 commit comments

Comments
 (0)