Skip to content

Commit

Permalink
fix(docs): escaping (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jan 21, 2025
1 parent b7dc6bc commit 2bad598
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/migration/v0.6.x-to-v0.7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2bad598

Please sign in to comment.