From a980ce054154f4924844422f4a53900bf8803022 Mon Sep 17 00:00:00 2001 From: marvin Date: Fri, 14 Jan 2022 17:18:42 +0800 Subject: [PATCH] fix README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25dba6e..c4746d8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ go get -u github.com/longbridgeapp/gorm-sharding After the database connection opened, use the sharding plugin that registered the tables which you want to shard. -The `Register` function takes a map, the key is the **original table name** and the value is a **resolver** which is composed by five configurable fields that described in [Config description](config-description). +The `Register` function takes a map, the key is the **original table name** and the value is a **resolver** which is composed by five configurable fields that described in [Config description](#config-description). ## Usage Example