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