diff --git a/micro-migration-demo/README.md b/micro-migration-demo/README.md index d378ca0..a167b03 100644 --- a/micro-migration-demo/README.md +++ b/micro-migration-demo/README.md @@ -10,8 +10,6 @@ This is the most straight forward approach to use migration scripts. In package `software.xdev.micromigration.examples.reflective` a migrater which finds it's scripts through reflection is used. So here all `MicroMigrationScript`s in the defined `software.xdev.micromigration.examples.reflective.scripts` package are used. -Since the `ReflectiveMigrater` uses the [Reflections library](https://github.com/ronmamo/reflections) it is extracted to its [own module](https://github.com/xdev-software/micro-migration/tree/main/reflection). - ## Practical examples The package `software.xdev.micromigration.examples.practical.embedded` contains examples that are just a bit more complex than the other examples and should allow an insight about the usage in a