diff --git a/README.md b/README.md index e8358a95..261bce3b 100644 --- a/README.md +++ b/README.md @@ -35,20 +35,26 @@ open http://localhost:8000 ```js | pure import Form, { Field } from 'rc-field-form'; -
; +const Demo = () => { + return ( + + ); +}; export default Demo; ```