Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed grammar.
  • Loading branch information
DJDoubleD authored Jan 2, 2024
1 parent 5ed227c commit ca98802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ apiService.LoginWithToken(userID, userAuthToken);

## Endpoint method calls

All available endpoints and their methods are available in the QobuzApiService class. Every attempt is made to keep the QobuzApiService well documented in the code using c# XML comments, so please refer to the internal documentation for more info.
For additional convenience, the automatically generated version c# XML comments can also be viewed [here](./docs/QobuzApiSharp.md). (generated using [XmlDocMarkdown](https://github.com/ejball/XmlDocMarkdown))
All available endpoints and their methods are available in the QobuzApiService class.
Every attempt is made to keep the QobuzApiService well documented in the code using c# XML comments, so please refer to the internal documentation for more info.
For additional convenience, the automatically generated version of the c# XML comments can also be viewed [here](./docs/QobuzApiSharp.md). (generated using [XmlDocMarkdown](https://github.com/ejball/XmlDocMarkdown))

## Disclaimer & Legal
I will not be responsible for how you use QobuzApiSharp.
Expand Down

0 comments on commit ca98802

Please sign in to comment.