Skip to content

Commit 5363f4e

Browse files
committed
docs: update readme and config release
1 parent cc7ef90 commit 5363f4e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.chglog/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ options:
1010
- perf
1111
- refactor
1212
- chore
13+
- docs
14+
- security
1315
commit_groups:
1416
title_maps:
1517
feat: Features
1618
fix: Bug Fixes
1719
perf: Performance Improvements
1820
refactor: Code Refactoring
1921
chore: Chores
22+
docs: Documentation
23+
security: Improving Security
2024
header:
2125
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
2226
pattern_maps:

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Depends on the [mgo](https://github.com/kidstuff/mongostore) library.
99

1010
## Installation
1111

12-
go get github.com/laziness-coders/mongostore
13-
1412
For the latest go version, run:
1513

1614
go get github.com/laziness-coders/mongostore
@@ -21,7 +19,7 @@ For the go version 1.20 and under, run:
2119

2220
## Documentation
2321

24-
Available on [godoc.org](http://www.godoc.org/github.com/laziercoder/mongostore).
22+
Available on [godoc.org](https://www.godoc.org/github.com/laziness-coders/mongostore).
2523

2624
### Example
2725
```go

0 commit comments

Comments
 (0)