Skip to content

Commit 2d3b3fa

Browse files
Update README.md (#98)
Really hoping the nextCloud thing isn't in the API but just in the README 🙈 Just fixing the wrong capItaliZatiOn in the Readme of our name ;-) Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
1 parent ac9bad2 commit 2d3b3fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ Python library that provides a robust and well-documented API that allows develo
3737
&ast;missing `Trash bin` and `File version` support.<br>
3838
&ast;&ast;available only for NextcloudApp
3939

40-
### Differences between the NextCloud and NextCloudApp classes
40+
### Differences between the Nextcloud and NextcloudApp classes
4141

42-
The **NextCloud** class functions as a standard NextCloud client,
42+
The **Nextcloud** class functions as a standard NextCloud client,
4343
enabling you to make API requests using a username and password.
4444

45-
On the other hand, the **NextCloudApp** class is designed for creating applications for NextCloud.<br>
45+
On the other hand, the **NextcloudApp** class is designed for creating applications for Nextcloud.<br>
4646
It uses the [AppEcosystem](https://github.com/cloud-py-api/app_ecosystem_v2) to allow
4747
applications to impersonate users through a separate authentication mechanism.
4848

4949
Both classes offer most of the same APIs,
50-
but NextCloudApp has a broader selection since applications typically require access to more APIs.
50+
but NextcloudApp has a broader selection since applications typically require access to more APIs.
5151

52-
Any code written for the NextCloud class can easily be adapted for use with the NextCloudApp class,
52+
Any code written for the Nextcloud class can easily be adapted for use with the NextcloudApp class,
5353
as long as it doesn't involve calls that require user password verification.
5454

5555
### Support

0 commit comments

Comments
 (0)