Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ualex73 authored Jan 2, 2025
1 parent b01b20d commit 06cd314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# GoSlide API

Python API to utilise the GoSlide Open Cloud and Local JSON API
Python API to utilise the GoSlide Local JSON API and Open Cloud API

## Requirements

- Python >= 3.5.2

## Usage Local
## Usage Local API
```python

import asyncio
Expand All @@ -23,7 +23,7 @@ loop.run_until_complete(goslide.slide_close("192.168.1.1"))

```

## Usage Cloud (deprecated)
## Usage Cloud API (deprecated)
```python

import asyncio
Expand Down

0 comments on commit 06cd314

Please sign in to comment.