Skip to content

Commit 819451f

Browse files
authored
Merge pull request tetranz#180 from Knallcharge/patch-1
Updated README.md
2 parents 66f5154 + ae80d24 commit 819451f

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
@@ -145,7 +145,7 @@ The url of the remote query can be given by either of two ways: `remote_route` i
145145
`remote_params` can be optionally specified to provide parameters. Alternatively, `remote_path` can be used to specify
146146
the url directly.
147147

148-
You may use `query_parameters` for when those remote_params have to be changeable dynamically. You may change them using $('#elem).data('query-parameters', { /* new params */ });
148+
You may use `query_parameters` for when those remote_params have to be changeable dynamically. You may change them using $('#elem').data('query-parameters', { /* new params */ });
149149

150150
The defaults can be changed in your config/packages/tetranzselect2entity.yaml file with the following format.
151151

0 commit comments

Comments
 (0)