Skip to content

Commit

Permalink
changes about v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Barrena committed Mar 24, 2020
1 parent 7648086 commit 8e84e66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package main

import (
"fmt"
"github.com/lukks/neural-go"
"github.com/lukks/neural-go/v3"
)

func main() {
Expand Down Expand Up @@ -42,11 +42,11 @@ func main() {

## Install latest version
```
go get github.com/lukks/neural-go
go get github.com/lukks/neural-go/v3
```

Also find versions on [releases](https://github.com/LuKks/neural-go/releases).\
So you can stick with a specific version: `go get gopkg.in/lukks/neural-go.v2`
Also find versions on [releases](https://github.com/LuKks/neural-go/releases).
The changes from v2 to v3 were just for go mod versioning.

## Features
#### Range
Expand Down

0 comments on commit 8e84e66

Please sign in to comment.