We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf00859 commit 182d736Copy full SHA for 182d736
1 file changed
README.md
@@ -261,7 +261,7 @@ A simple form with fullname and password fields. Applied validations:
261
262
- Both fullname and password fields are mandatory (required validator + custom validator).
263
264
-#### Signup form ([ES6](), [TypeScript](./samples/react/01%20SignupForm))
+#### Signup form ([ES6](./samples/react/es6/01%20SignupForm)), [TypeScript](./samples/react/typescript/01%20SignupForm))
265
266
A sign up form with username, password and confirm password fields with the next validation constraints:
267
0 commit comments