Skip to content

Commit 94b44a6

Browse files
committed
Update README.md
1 parent 99cce61 commit 94b44a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

204-
> Note: Since version 3.1 you no longer need jquery to make ajax calls. Set `use_jquery_for_ajax_calls` to `true` in the config file if you need it.
204+
> 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 it.
205205
206206
By default nothing is shown until ajax call is finished.
207207

@@ -307,4 +307,4 @@ equals
307307
`Widget::group('sidebar')->position(100)->addWidget('files');`
308308

309309
You can also set a separator to display between widgets in a group.
310-
`Widget::group('sidebar')->setSeparator('<hr>');`
310+
`Widget::group('sidebar')->setSeparator('<hr>');`

0 commit comments

Comments
 (0)