Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
forecho committed Jul 17, 2020
1 parent 2ce7dfb commit 6391941
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ change `composer.json` file, add this:
```
"autoload": {
"files": [
"vendor/yiier/yii2-helpers/GlobalFunctions.php",
"vendor/yiier/yii2-helpers/SupportFunctions.php"
"vendor/yiier/yii2-helpers/src/GlobalFunctions.php",
"vendor/yiier/yii2-helpers/src/SupportFunctions.php"
]
},
```
Expand Down Expand Up @@ -242,7 +242,7 @@ class m170810_084615_create_post extends Migration
}
```

### StringHelper
### String Helper

```php
String::after('@', '[email protected]'); // 'online.ge'
Expand All @@ -258,7 +258,7 @@ String::between('@', '.', '[email protected]'); // 'online'
String::betweenLast('[', ']', 'sin[90]*cos[180]'); // '180'
```

### Setup
### Setup Helper

```php

Expand Down

0 comments on commit 6391941

Please sign in to comment.