Skip to content

Commit fca5d1a

Browse files
committed
chore: update readme
1 parent 8f61016 commit fca5d1a

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Flowpack.SeoRouting
22

33
<!-- TOC -->
4-
54
* [Flowpack.SeoRouting](#flowpackseorouting)
6-
* [Sponsoring](#sponsoring)
7-
* [Introduction](#introduction)
8-
* [Features](#features)
9-
* [Installation](#installation)
10-
* [Configuration](#configuration)
11-
* [Standard Configuration](#standard-configuration)
12-
* [Trailing slash mode](#trailing-slash-mode)
13-
* [Blocklist for redirects](#blocklist-for-redirects)
14-
* [Thank you](#thank-you)
15-
5+
* [Sponsoring](#sponsoring)
6+
* [Introduction](#introduction)
7+
* [Features](#features)
8+
* [Installation](#installation)
9+
* [Optional steps](#optional-steps)
10+
* [Configuration](#configuration)
11+
* [Standard Configuration](#standard-configuration)
12+
* [Trailing slash mode](#trailing-slash-mode)
13+
* [Blocklist for redirects](#blocklist-for-redirects)
14+
* [Thank you](#thank-you)
1615
<!-- TOC -->
1716

1817
## Sponsoring
@@ -44,11 +43,17 @@ Just require it via composer:
4443

4544
`composer require flowpack/seo-routing`
4645

46+
## Optional steps
47+
4748
If you want to use the *toLowerCase* feature you should execute the migration that comes with this package:
4849

4950
`./flow node:migrate 20250124153030 --confirmation true`
5051

51-
This migration transforms all the URLs of all your nodes to lowercase. It's irreversible.
52+
> [!WARNING]
53+
> This migration transforms all the URLs of all your nodes to lowercase. It's irreversible.
54+
55+
> [!IMPORTANT]
56+
> The migration doesn't work for Neos 9 right now, see https://github.com/Flowpack/Flowpack.SeoRouting/pull/10
5257
5358
## Configuration
5459

0 commit comments

Comments
 (0)