Skip to content

Commit

Permalink
IHF: Readme fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jun 29, 2016
1 parent 5caa790 commit 524ee39
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 @@ -20,7 +20,7 @@ Provides Laravel-specific and pure PHP helper functions.
## Available functions
- [Db](#db)
- [Database](#database)
- [db_is_mysql](#db_is_mysql)
- [db_mysql_now](#db_mysql_now)
- [db_mysql_variable](#db_mysql_variable)
Expand All @@ -34,11 +34,11 @@ Provides Laravel-specific and pure PHP helper functions.
- [Json](#json)
- [is_json](#is_json)
- [Str](#str)
- [Strings](#strings)
- [str_lower](#str_lower)
- [str_upper](#str_upper)
## Db
## Database
#### `db_is_mysql()`
Expand Down Expand Up @@ -120,7 +120,7 @@ $decoded = is_json('{"foo":1,"bar":2,"baz":3}', true);
// ['foo' => 1, 'bar' => 2, 'baz' => 3]
```
## Str
## Strings
#### `str_lower()`
Expand Down

0 comments on commit 524ee39

Please sign in to comment.