diff --git a/README.md b/README.md index f219991..0a605cc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Gorm Sharding +English | [简体中文](./README.zh-CN.md) + Gorm Plugin for sharding table. This plugin base on SQL Parser, catch raw SQL before execute db, and then replace table name by sharding rules. -## Translations - -For chinese, see [README_zh.md](./README_zh.md) - ## Features - Non-intrusive design. Load the plugin, specify the config, and all done. diff --git a/README_zh.md b/README.zh-CN.md similarity index 100% rename from README_zh.md rename to README.zh-CN.md