Skip to content

Commit

Permalink
Fix readme (old package name)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed May 21, 2021
1 parent f518e8f commit 9994c6f
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 @@ -19,7 +19,7 @@ Package is substrate of [Latte package](https://github.com/nette/latte/)
## Install

```shell
composer require redbitcz/escape
composer require jakubboucek/legacy-escape
```

## Usage
Expand All @@ -31,7 +31,7 @@ echo 'Registered user: ' . $username;

Use:
```php
echo 'Registered user: ' . \Redbitcz\Escape\Escape::html($username);
echo 'Registered user: ' . \JakubBoucek\Escape\Escape::html($username);
```

## FAQ
Expand Down

0 comments on commit 9994c6f

Please sign in to comment.