Skip to content

Commit

Permalink
docs: Update README.md (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
FarmerChillax committed Mar 24, 2024
1 parent 076c06f commit 113f163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gin middleware for session management with multi-backend support:
- [Redis](#redis)
- [memcached](#memcached)
- [MongoDB](#mongodb)
- [GoRM](#gorm)
- [GORM](#gorm)
- [memstore](#memstore)
- [PostgreSQL](#postgresql)

Expand Down Expand Up @@ -372,7 +372,7 @@ func main() {
}
```

### GoRM
### GORM

```go
package main
Expand Down

0 comments on commit 113f163

Please sign in to comment.