From db2d0b84d90b001fc203b3bfac2646dee0c94d13 Mon Sep 17 00:00:00 2001 From: Tom Rowe Date: Fri, 19 Apr 2019 14:28:34 +1000 Subject: [PATCH] import update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ed45c4..71cb3e5 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ You will also need to install the following **peer dependecies** if you havnt al The code below will render a simple login form: ```js -import FormBuilder from 'json-form-builder-react/lib'; +import FormBuilder from 'schematik-forms/lib'; // BYO components import {MyTextComponent, MyPasswordComponent} from '../my-components'; @@ -126,7 +126,7 @@ const mySchema = { } } ] -} +};