Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
docs(readme): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Feb 15, 2018
1 parent 6871d4f commit 04b5a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@

[Redux Form](https://github.com/erikras/redux-form) is a great library for creating and managing forms and their state in redux applications. But, it leaves a lot of common boilerplate code up for the user to implement. This library aims to remove this duplication of code while at the same time keeping the ability to define your own custom form components.

## Installing
## Install

To install, run `yarn add create-redux-form` or `npm install create-redux-form`.

Expand Down Expand Up @@ -272,7 +272,7 @@ export default FormInfo
Then, when rendering the form that contains this field, you pass in the value in the `redux-form` `initialValues` prop.

```js
<PassPeriodForm
<SomeForm
enableReinitialize // Enable this if the value is dynamic, so the form rerenders when it changes
keepDirtyOnReinitialize // This lets you keep the value of the other fields when the form reinitializes
initialValues={{
Expand Down

0 comments on commit 04b5a45

Please sign in to comment.