Skip to content

Commit

Permalink
Add v2
Browse files Browse the repository at this point in the history
  • Loading branch information
evsamsonov committed Sep 8, 2023
1 parent 771e135 commit 36735cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ A golang library to build an automated trading robot. It provides the ability to
## Installing

```shell
go get github.com/evsamsonov/trengin
go get github.com/evsamsonov/trengin/v2
```

## How to use

Import the package.

```go
import "github.com/evsamsonov/trengin"
import "github.com/evsamsonov/trengin/v2"
```

Create an Engine instance passing implementations of Strategy and Broker and call Run.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/evsamsonov/trengin
module github.com/evsamsonov/trengin/v2

go 1.19

Expand Down

0 comments on commit 36735cf

Please sign in to comment.