Skip to content

Commit 217d520

Browse files
committed
docs: improve Markdown formatting in feature list
- Add spaces after list markers for improved Markdown formatting in feature list Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 5865aa7 commit 217d520

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ A session store backend for [gorilla/sessions](http://www.gorillatoolkit.org/pkg
1010

1111
## Features
1212

13-
**Clean API** - Single entry point with flexible option pattern
14-
🔧 **Highly Configurable** - 15+ options for fine-grained control
15-
🔒 **Secure** - Built on gorilla/sessions with secure cookie encoding
16-
**Fast** - Redis-backed for high performance
17-
📦 **Serialization** - Support for Gob and JSON serializers
18-
🧪 **Well Tested** - Comprehensive test coverage
13+
- **Clean API** - Single entry point with flexible option pattern
14+
- 🔧 **Highly Configurable** - 15+ options for fine-grained control
15+
- 🔒 **Secure** - Built on gorilla/sessions with secure cookie encoding
16+
- **Fast** - Redis-backed for high performance
17+
- 📦 **Serialization** - Support for Gob and JSON serializers
18+
- 🧪 **Well Tested** - Comprehensive test coverage
1919

2020
## Requirements
2121

0 commit comments

Comments
 (0)