Skip to content

Commit 5391fb8

Browse files
authored
Update README.md
1 parent dad0877 commit 5391fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ return FormResult.CreateSuccessResult("Product saved. Please wait...", Url.Actio
111111

112112
**Fill the form fields from a json object:**
113113
```
114-
#("#formId").fillFormFields(yourJsonObject);
114+
$("#formId").fillFormFields(yourJsonObject);
115115
```

0 commit comments

Comments
 (0)