We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cb845 commit a811943Copy full SHA for a811943
README.md
@@ -39,7 +39,7 @@ Optionally, include the bootstrap extension (requires bootstrap):
39
```
40
Create the javascript `BrutusinForms` instance, `schema` being a javascript `object` representing the schema structure:
41
```javascript
42
-var schema = new Object({"type": "boolean"})
+var schema = {"type": "boolean"}
43
var BrutusinForms = brutusin["json-forms"];
44
var bf = BrutusinForms.create(schema);
45
0 commit comments