Skip to content

Commit 07b4e3c

Browse files
authored
Update README.md
1 parent fa14782 commit 07b4e3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ In some situations it can be very beneficial to load widget content with AJAX.
222222
Fortunately, this can be achieved very easily!
223223
All you need to do is to change facade or blade directive - `Widget::` => `AsyncWidget::`, `@widget` => `@asyncWidget`
224224

225-
> Note on widget params .
226-
Widget params are encrypted and sent via ajax call. Expect them to be json_encoded and json_decoded afterwards.
225+
> Note: Widget params are encrypted and sent via ajax call. Expect them to be json_encoded and json_decoded afterwards.
227226
228227
> Note: Since version 3.1 you no longer need `jquery` to make ajax calls. However you can set `use_jquery_for_ajax_calls` to `true` in the config file if you need for some reason.
229228

0 commit comments

Comments
 (0)