Skip to content

Commit 996f416

Browse files
authored
Update README.md
1 parent fbca27e commit 996f416

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
@@ -22,10 +22,10 @@ use Peterujah\NanoBlock\GTranslator;
2222
$translate = new GTranslator("en", "/assets/flags/");
2323
```
2424

25-
Or with icon path
25+
Or without icon path
2626
```php
2727
use Peterujah\NanoBlock\GTranslator;
28-
$translate = new GTranslator("en", 0, 2));
28+
$translate = new GTranslator("en");
2929
```
3030

3131
set selector design provider, you can choose between `DEFAULT`, `SELECT` or `BOOTSTRAP.`

0 commit comments

Comments
 (0)