You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ It is generated with [Stainless](https://www.stainless.com/).
11
11
12
12
## Documentation
13
13
14
-
The REST API documentation can be found on [docs.miruml.com](https://docs.miruml.com). The full API of this library can be found in [api.md](api.md).
14
+
The REST API documentation can be found on [docs.miruml.com](https://docs.miruml.com/home). The full API of this library can be found in [api.md](api.md).
15
15
16
16
## Installation
17
17
18
18
```sh
19
19
# install from PyPI
20
-
pip install --pre miru_server_sdk
20
+
pip install miru_server_sdk
21
21
```
22
22
23
23
## Usage
@@ -81,7 +81,7 @@ You can enable this by installing `aiohttp`:
81
81
82
82
```sh
83
83
# install from PyPI
84
-
pip install --pre miru_server_sdk[aiohttp]
84
+
pip install miru_server_sdk[aiohttp]
85
85
```
86
86
87
87
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
0 commit comments