Skip to content

Commit

Permalink
Fix titles
Browse files Browse the repository at this point in the history
  • Loading branch information
nico3333fr authored Jun 27, 2017
1 parent 47d79af commit 38a0571
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 @@ -12,7 +12,7 @@ This plugin:
- then wraps the input into a container, adds status/help text zones and a “clear” button;
- then it listens when you type something in the field, and proposes you some suggestions.

##Why it is cool
## Why it is cool

As it is made using __progressive enhancement__, if the JavaScript fails to load or is blocked by your visitor, your website will still be ok.

Expand All @@ -22,7 +22,7 @@ It is __easy to customize__ there is a default configuration that can be changed

For the design, you can also __customize the CSS to fullfil your needs__.

##How to use it
## How to use it

First, add a class js-combobox on an input with a working datalist:
```
Expand All @@ -43,7 +43,7 @@ You may also get it from Bower: ```bower install jquery-accessible-autocomplete-

You may use some options, so have a look at plugin options.

##Options
## Options

At the beginning of the plugin, a global configuration is available:
```
Expand Down

0 comments on commit 38a0571

Please sign in to comment.