We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076c06f commit 113f163Copy full SHA for 113f163
1 file changed
README.md
@@ -12,7 +12,7 @@ Gin middleware for session management with multi-backend support:
12
- [Redis](#redis)
13
- [memcached](#memcached)
14
- [MongoDB](#mongodb)
15
-- [GoRM](#gorm)
+- [GORM](#gorm)
16
- [memstore](#memstore)
17
- [PostgreSQL](#postgresql)
18
@@ -372,7 +372,7 @@ func main() {
372
}
373
```
374
375
-### GoRM
+### GORM
376
377
```go
378
package main
0 commit comments