Skip to content

Commit a9039c0

Browse files
committed
chore: make commands copyable
1 parent de4d772 commit a9039c0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,17 @@ extending the `NodeTypes.Document.yaml`.
4141

4242
Just require it via composer:
4343

44-
`composer require flowpack/seo-routing`
44+
```
45+
composer require flowpack/seo-routing
46+
```
4547

4648
## Optional steps
4749

4850
If you want to use the *toLowerCase* feature you should execute the migration that comes with this package:
4951

50-
`./flow node:migrate 20250124153030 --confirmation true`
52+
```
53+
./flow node:migrate 20250124153030 --confirmation true
54+
```
5155

5256
> [!WARNING]
5357
> This migration transforms all the URLs of all your nodes to lowercase. It's irreversible.

0 commit comments

Comments
 (0)