Skip to content

Commit

Permalink
docs: update readme and config release
Browse files Browse the repository at this point in the history
  • Loading branch information
bos-hieu committed Jul 28, 2024
1 parent cc7ef90 commit 5363f4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ options:
- perf
- refactor
- chore
- docs
- security
commit_groups:
title_maps:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
chore: Chores
docs: Documentation
security: Improving Security
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Depends on the [mgo](https://github.com/kidstuff/mongostore) library.

## Installation

go get github.com/laziness-coders/mongostore

For the latest go version, run:

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

## Documentation

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

### Example
```go
Expand Down

0 comments on commit 5363f4e

Please sign in to comment.