diff --git a/README.md b/README.md index f30d47413..03e62e5d0 100644 --- a/README.md +++ b/README.md @@ -583,7 +583,7 @@ or bash utils/generate-new-migration.sh add_pnl_column ``` -Be sure to edit both sqlite3 and mysql migration files. ( [Sample] (migrations/mysql/20210531234123_add_kline_taker_buy_columns.sql) ) +Be sure to edit both sqlite3 and mysql migration files. ( ![Sample](migrations/mysql/20210531234123_add_kline_taker_buy_columns.sql) ) To test the drivers, you have to update the rockhopper_mysql.yaml file to connect your database,