Skip to content

Commit c9b9c32

Browse files
authored
Update README.md
1 parent f02fbb9 commit c9b9c32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import MaterialJsonSchemaForm from 'react-jsonschema-form-material-ui';
4949
// Internals
5050
const givenSchema = require('./path-to your-schema.json');
5151
const givenUISchema = require('./path-to your-ui-schema.json');
52+
const givenXhrSchema = require('./path-to your-xhr-schema.json');
5253
const givenFormData = require('./path-to your-ui-formData.json');
5354

5455
const Example () => {

0 commit comments

Comments
 (0)