Skip to content

Commit b7fb476

Browse files
author
Christopher Whatley
committed
Links to other projects
1 parent 23fc8fa commit b7fb476

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ npm i material-ui-react-jsonschema-form
1717

1818
## Overview
1919

20-
This package exports a Form object that renders using material-ui by
20+
This package exports a Form object that renders using [material-ui](https://github.com/mui-org/material-ui) by
2121
default.
2222

2323
Unlike other similar packages, this is, a customization of
24-
react-jsonschema-form rather than a fork or reimplementation of it and
24+
[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form)
25+
rather than a fork or reimplementation of it and
2526
keeping up to date with that project should be quite a bit simpler.
2627

27-
Use of this package should be roughly the same as 'mozilla-services/react-jsonschema-form'.
28+
Use of this package should be roughly the same as [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form).
2829

2930
## Playground
3031

0 commit comments

Comments
 (0)