Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dušan Mitrović <[email protected]>
  • Loading branch information
dusnm committed Oct 15, 2023
1 parent 5f69b87 commit 254ac52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JMBG

[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://github.com/dusnm/jmbg/blob/main/LICENSE)
![semver](https://img.shields.io/badge/semver-0.1.0-blue)
![semver](https://img.shields.io/badge/semver-1.0.0-blue)
![Tests](https://github.com/dusnm/jmbg/actions/workflows/test.yml/badge.svg?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/dusnm/jmbg)](https://goreportcard.com/report/github.com/dusnm/jmbg)

Expand Down Expand Up @@ -36,7 +36,7 @@ Make sure you have Go installed ([download here](https://go.dev/dl/)).
Initialize your project in a directory of your choice and run `go mod init github.com/your-username/your-repo-name`.
Then install the package with the `go get` command:
```shell
go get -u github.com/dusnm/jmbg@v0.1.0
go get -u github.com/dusnm/jmbg@v1.0.0
```

## Basic usage
Expand Down

0 comments on commit 254ac52

Please sign in to comment.