Skip to content

Commit

Permalink
remove $ so gitclip works (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Apr 1, 2024
1 parent 708f2f6 commit edbd540
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ referer URLs. When a redirect is created or updated, 404 records that match it's
## Installation

1. Install with composer:

$ composer require zenstruck/redirect-bundle

```bash
composer require zenstruck/redirect-bundle
```
2. Enable the bundle:
This Step is only needed if you are not using [Symfony Flex](https://symfony.com/doc/current/setup/flex.html).

Expand Down Expand Up @@ -69,9 +69,9 @@ referer URLs. When a redirect is created or updated, 404 records that match it's
```

3. Update your schema (or use a migration):

$ bin/console doctrine:schema:update --force

```bash
bin/console doctrine:schema:update --force
```

### NotFound

Expand Down

0 comments on commit edbd540

Please sign in to comment.