We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4d772 commit a9039c0Copy full SHA for a9039c0
1 file changed
README.md
@@ -41,13 +41,17 @@ extending the `NodeTypes.Document.yaml`.
41
42
Just require it via composer:
43
44
-`composer require flowpack/seo-routing`
+```
45
+composer require flowpack/seo-routing
46
47
48
## Optional steps
49
50
If you want to use the *toLowerCase* feature you should execute the migration that comes with this package:
51
-`./flow node:migrate 20250124153030 --confirmation true`
52
53
+./flow node:migrate 20250124153030 --confirmation true
54
55
56
> [!WARNING]
57
> This migration transforms all the URLs of all your nodes to lowercase. It's irreversible.
0 commit comments