From ca9880246284c244253026eb9a7c06e4081031d6 Mon Sep 17 00:00:00 2001 From: DJDoubleD <34967020+DJDoubleD@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:55:54 +0100 Subject: [PATCH] Update README.md Fixed grammar. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55b7163..683f31a 100644 --- a/README.md +++ b/README.md @@ -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.