Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterujah authored Sep 21, 2023
1 parent fbca27e commit 996f416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ use Peterujah\NanoBlock\GTranslator;
$translate = new GTranslator("en", "/assets/flags/");
```

Or with icon path
Or without icon path
```php
use Peterujah\NanoBlock\GTranslator;
$translate = new GTranslator("en", 0, 2));
$translate = new GTranslator("en");
```

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

0 comments on commit 996f416

Please sign in to comment.