Skip to content

Commit

Permalink
fix README link
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperphoton committed Jan 14, 2022
1 parent af25fb6 commit a980ce0
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 @@ -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

Expand Down

0 comments on commit a980ce0

Please sign in to comment.