Skip to content

Commit

Permalink
Fix link title in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev authored Jan 3, 2024
1 parent d12f436 commit 5afa990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ while (($migration = $migrator->run()) !== null) {

You can automatically generate a set of migration files during schema compilation. In this case, you have the freedom to
alter such migrations manually before running them. To achieve that you must install
the [Cycle migrations extension](https://github.com/cycle/schema-migrations-generator).
the [Schema migrations generator extension](https://github.com/cycle/schema-migrations-generator).

## License:

Expand Down

0 comments on commit 5afa990

Please sign in to comment.