Skip to content

Commit a8d5ae7

Browse files
authored
README: Fix argument order in Form initialization example
1 parent 7c97099 commit a8d5ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For more examples of usage, see the unit-tests.
103103
# form_json is a formio.js Form JSON document (text/string)
104104
>>
105105
>> builder = Builder(builder_json)
106-
>> form = Form(builder, form_json)
106+
>> form = Form(form_json, builder)
107107

108108
##################
109109
# input components

0 commit comments

Comments
 (0)