Skip to content

Commit 2bad598

Browse files
authored
fix(docs): escaping (#3711)
1 parent b7dc6bc commit 2bad598

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/migration/v0.6.x-to-v0.7.x.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ And icon font files have been moved from `functional/fonts/` one level up to `fo
1717

1818
We provide a CLI tool to auto migrate your source code. Use this command in your repository:
1919

20-
\```shell
21-
20+
```shell
2221
npx @db-ui/migration --type=v006_v007 --src=./src
23-
\```
22+
```
2423

2524
Please check the changes made in your codebase afterwards, as this is mainly a simple search & replace regarding the path.

0 commit comments

Comments
 (0)