Skip to content

Commit

Permalink
✏️ fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymichel committed May 1, 2017
1 parent 740ade5 commit 64cce7f
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 @@ -9,13 +9,13 @@ Form validation made simple (wip)

## Installation

```js
```sh
npm i -S bubo
```

## Usage

```
```js
import Bubo from 'bubo';

const form = document.querySelector('.my-form');
Expand Down Expand Up @@ -53,7 +53,7 @@ You can access `status`, `text` and `errors` properties…
#### `.reset()`

Useful when the form content change.
Re-initialiaze Bubo's validation rules.
Re-initialize Bubo's validation rules.

#### `.destroy()`

Expand Down

0 comments on commit 64cce7f

Please sign in to comment.