Skip to content

Commit 4b14547

Browse files
author
Brian Dillingham
authored
Update readme.md
1 parent 2663fed commit 4b14547

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can set min, max, size or custom rule objects
3535
->rules('min:5', 'max:10', 'size:10', new CustomRule)
3636
```
3737

38-
![validation](https://user-images.githubusercontent.com/29180903/52160802-9ee9ac80-2689-11e9-9657-80e3c0d83b27.png)
38+
<img src="https://user-images.githubusercontent.com/29180903/52160802-9ee9ac80-2689-11e9-9657-80e3c0d83b27.png" width="75%" />
3939

4040

4141
### Options
@@ -47,7 +47,9 @@ Here are a few customization options
4747
- `->hideToolbar()` Removes search & select all
4848
- `->height('500px')` Set custom height
4949
- `->fullWidth()` Set to full width
50-
- `->help('My <strong>cool</strong> help text')` - Set the help text - appears under the selection indicator
50+
- `->help('<b>Tip:</b> help text')` Set the help text
51+
52+
<img src="https://user-images.githubusercontent.com/29180903/53781117-6978ee80-3ed5-11e9-8da4-d2f2408f1ffb.png" width="75%"/>
5153

5254
### Relatable
5355
The attachable resources will be filtered by relatableQuery()

0 commit comments

Comments
 (0)