Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
vekotov committed Aug 30, 2021
2 parents 8ab08e1 + 29f15cd commit 9477215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Golang QIWI P2P library
Usage:
```go
import "github.com/vekotov/qiwiP2P"

// create API client
c := qiwiP2P.CreateClient(token)
// create bill object
Expand Down Expand Up @@ -37,4 +39,4 @@ if err != nil {
return
}

```
```

0 comments on commit 9477215

Please sign in to comment.