Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngduc committed Oct 26, 2018
1 parent faf288f commit 2909a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## [0.1.2] - 2018-10-25
## [0.1.3] - 2018-10-25

### Added
- first working version.
- first working version!
- EzForm, EzField, EzButton
- layout (vertical, horizontal)
- themes (tentcss (default), bootstrap, spectre)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/ngduc/ez-formik.svg?branch=master)](https://travis-ci.org/ngduc/ez-formik)

Easy-to-use components to use with formik - hence the name ez-formik.
Easy-to-use components to use with [formik](https://github.com/jaredpalmer/formik) - hence the name ez-formik.

*"Let it take care of the work so you don't have to"*

Expand Down Expand Up @@ -32,7 +32,7 @@ And more:
```JS
$ npm install ez-formik

import { Form, Field, Button } from 'ez-formik';
import { Form, Field, Button } from 'ez-formik'; // or: EzForm, EzField, EzButton

<Form use="bootstrap">
<Field>Email | email</Field>
Expand Down

0 comments on commit 2909a5b

Please sign in to comment.