Skip to content

Commit 524ee39

Browse files
committed
IHF: Readme fixes.
1 parent 5caa790 commit 524ee39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Provides Laravel-specific and pure PHP helper functions.
2020
2121
## Available functions
2222
23-
- [Db](#db)
23+
- [Database](#database)
2424
- [db_is_mysql](#db_is_mysql)
2525
- [db_mysql_now](#db_mysql_now)
2626
- [db_mysql_variable](#db_mysql_variable)
@@ -34,11 +34,11 @@ Provides Laravel-specific and pure PHP helper functions.
3434
- [Json](#json)
3535
- [is_json](#is_json)
3636
37-
- [Str](#str)
37+
- [Strings](#strings)
3838
- [str_lower](#str_lower)
3939
- [str_upper](#str_upper)
4040
41-
## Db
41+
## Database
4242
4343
#### `db_is_mysql()`
4444
@@ -120,7 +120,7 @@ $decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);
120120
// ['foo' => 1, 'bar' => 2, 'baz' => 3]
121121
```
122122
123-
## Str
123+
## Strings
124124
125125
#### `str_lower()`
126126

0 commit comments

Comments
 (0)