Skip to content

Commit 113f163

Browse files
docs: Update README.md (#260)
1 parent 076c06f commit 113f163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gin middleware for session management with multi-backend support:
1212
- [Redis](#redis)
1313
- [memcached](#memcached)
1414
- [MongoDB](#mongodb)
15-
- [GoRM](#gorm)
15+
- [GORM](#gorm)
1616
- [memstore](#memstore)
1717
- [PostgreSQL](#postgresql)
1818

@@ -372,7 +372,7 @@ func main() {
372372
}
373373
```
374374

375-
### GoRM
375+
### GORM
376376

377377
```go
378378
package main

0 commit comments

Comments
 (0)