We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbca27e commit 996f416Copy full SHA for 996f416
README.md
@@ -22,10 +22,10 @@ use Peterujah\NanoBlock\GTranslator;
22
$translate = new GTranslator("en", "/assets/flags/");
23
```
24
25
-Or with icon path
+Or without icon path
26
```php
27
use Peterujah\NanoBlock\GTranslator;
28
-$translate = new GTranslator("en", 0, 2));
+$translate = new GTranslator("en");
29
30
31
set selector design provider, you can choose between `DEFAULT`, `SELECT` or `BOOTSTRAP.`
0 commit comments