Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 9622205

Browse files
committed
Merge branch 'master' of github.com:davidkpiano/react-redux-form
2 parents 727cf68 + 9b701e7 commit 9622205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Redux Form
1+
# React Redux Form 🎃
22

33
[![Join the chat at https://gitter.im/react-redux-form/Lobby](https://badges.gitter.im/react-redux-form/Lobby.svg)](https://gitter.im/react-redux-form/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![Build Status](https://travis-ci.org/davidkpiano/react-redux-form.svg?branch=master)](https://travis-ci.org/davidkpiano/react-redux-form) [![npm version](https://badge.fury.io/js/react-redux-form.svg)](https://badge.fury.io/js/react-redux-form)
@@ -61,7 +61,7 @@ class MyForm extends React.Component {
6161
// Do anything you want with the form value
6262
console.log(val);
6363
}
64-
64+
6565
render() {
6666
return (
6767
<Form model="user" onSubmit={(val) => this.handleSubmit(val)}>

0 commit comments

Comments
 (0)