From 2bad59838bc0fcf22fd5d5fea5308533b20e9753 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:10:14 +0100 Subject: [PATCH] fix(docs): escaping (#3711) --- docs/migration/v0.6.x-to-v0.7.x.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/migration/v0.6.x-to-v0.7.x.md b/docs/migration/v0.6.x-to-v0.7.x.md index 8b683e13419..b9e29feb536 100644 --- a/docs/migration/v0.6.x-to-v0.7.x.md +++ b/docs/migration/v0.6.x-to-v0.7.x.md @@ -17,9 +17,8 @@ And icon font files have been moved from `functional/fonts/` one level up to `fo We provide a CLI tool to auto migrate your source code. Use this command in your repository: -\```shell - +```shell npx @db-ui/migration --type=v006_v007 --src=./src -\``` +``` Please check the changes made in your codebase afterwards, as this is mainly a simple search & replace regarding the path.