Skip to content

Commit 0f8ca6d

Browse files
authored
Update README.md
1 parent bb6abca commit 0f8ca6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ import React, { Component } from 'react';
123123
import {
124124
Validators,
125125
FormGenerator
126-
} from "./react-reactive-form/src";
126+
} from "react-reactive-form";
127127
// Input component
128128
const TextInput = ({ handler, touched, hasError, meta }) => (
129129
<div>

0 commit comments

Comments
 (0)