mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
docs: update client README to not reference deprecated function
This commit is contained in:
parent
d7c504f48e
commit
86b3593fec
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ type Client struct {
|
|||
}
|
||||
|
||||
// New returns a new Miniflux client.
|
||||
//
|
||||
// Deprecated: use NewClient instead.
|
||||
func New(endpoint string, credentials ...string) *Client {
|
||||
return NewClient(endpoint, credentials...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue