Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Jan 17, 2021
1 parent f248e8c commit 2041625
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -48,6 +48,12 @@ $book = new Book(
- `getArrayOfStringToBool()`
- etc.

## Installation

```bash
$ composer require zakirullin/mess
```

## Type casting with Mess is rather predictable

```php
Expand All @@ -61,12 +67,6 @@ resource => int // UncastableValueException

Fairly simple, isn't it? Let us **fail fast**!

## Installation

```bash
$ composer require zakirullin/mess
```

## Dealing with mess

```php
Expand Down

0 comments on commit 2041625

Please sign in to comment.