From 7f028cf39559f4d40c4c7b51d8d13c1aee416989 Mon Sep 17 00:00:00 2001 From: Robert Kuykendall Date: Fri, 22 Jan 2021 10:39:13 -0500 Subject: [PATCH] Credit Matt Brookes and Ryan Blakeley in README --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b0104af..bb4e9a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# THIS PACKAGE IS NO LONGER MAINTAINED +# Help Wanted -Here are some alternatives: +This package is currently being updated after a long hiatus, and all help is appreciated. + +In the meantime, here are some alternatives: - https://www.npmjs.com/package/react-material-ui-form-validator - https://redux-form.com/6.6.2/examples/material-ui/ @@ -65,25 +67,25 @@ An example usage of this would be to use an `onChange` for the FormsySelect and #### Example App -The `formsy-material-ui` repo contains a [sample webpack SPA](https://github.com/mbrookes/formsy-material-ui/tree/master/examples/webpack-example). +The `formsy-material-ui` repo contains a [sample webpack SPA](https://github.com/formsy/formsy-material-ui/tree/master/examples/webpack-example). #### Example Code -You can find an [example form](https://github.com/mbrookes/formsy-material-ui/blob/master/examples/webpack-example/src/app/Main.js#L80) in the example app directory. +You can find an [example form](https://github.com/formsy/formsy-material-ui/blob/master/examples/webpack-example/src/app/Main.js#L80) in the example app directory. ## Known Issues -See [issues](https://github.com/mbrookes/formsy-material-ui/issues). +See [issues](https://github.com/formsy/formsy-material-ui/issues). ## Release History -See [CHANGELOG.md](https://github.com/mbrookes/formsy-material-ui/blob/master/CHANGELOG.md) +See [CHANGELOG.md](https://github.com/formsy/formsy-material-ui/blob/master/CHANGELOG.md) ## Acknowledgements -Originally started by [Matt Brookes](https://github.com/mbrookes) and later transfered. +Originally started by [Matt Brookes](https://github.com/mbrookes), later transfered to [Ryan Blakeley](@rojobuffalo) before joining the Formsy Organization. -Thanks to our [contributors](https://github.com/mbrookes/formsy-material-ui/graphs/contributors). +Thanks to our [contributors](https://github.com/formsy/formsy-material-ui/graphs/contributors). ## Alternatives