From e6f89bd26a0a1f765811641712f8210cd3a151d3 Mon Sep 17 00:00:00 2001 From: TonyQ Date: Sat, 4 Dec 2021 02:08:42 +0000 Subject: [PATCH] refine readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc5094ac..86ba28c69 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,