Skip to content

Commit 7beacf9

Browse files
authored
Fix typo
1 parent df92b3e commit 7beacf9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# datarhei Core PyClient
2-
For rapid development of Python applications around the [datarhei Core](https://github.com/datarhei/core).
2+
For rapid development of Python applications around the [datarhei Core](https://github.com/datarhei/core).
33
Requires Python 3.7+ and datarhei Core v16.9+.
44

55
---
@@ -23,15 +23,15 @@ Requires Python 3.7+ and datarhei Core v16.9+.
2323
- [Widget](#widget)
2424
- [Misc](#misc)
2525
- [Examples](#examples)
26-
- [Async-/Client login and options](#login)
2726
- [GET token data](#get-token-data)
2827
- [GET processes](#get-processes)
2928
- [GET/POST/PUT/DELETE process](#post-process)
3029
- [API models](#api-models)
3130
- [Error handling](#error-handling)
3231
- [Developing & testing](#developing--testing)
32+
- [Changelog](#changelog)
3333
- [Contributing](#contributing)
34-
- [License](#license)
34+
- [Licence](#licence)
3535

3636
## Features
3737
- Async & sync support
@@ -41,10 +41,6 @@ Requires Python 3.7+ and datarhei Core v16.9+.
4141
- [pydantic Models](https://pydantic-docs.helpmanual.io/)
4242
- [HTTPX](https://www.python-httpx.org/)
4343

44-
## Todos
45-
46-
- Type: ClusterNodeProxy
47-
4844
## Install and usage
4945

5046
```sh
@@ -101,7 +97,7 @@ asyncio.run(main())
10197

10298
### Cluster
10399

104-
***Do not use in production!***
100+
***Do not use in production!***
105101
*This is an upcoming feature. More here: [Core v16.10#cluster](https://github.com/datarhei/core/tree/cluster))*
106102

107103

@@ -540,7 +536,7 @@ print(put_process)
540536
More details and options in the [pydantic docs](https://pydantic-docs.helpmanual.io/usage/models/#model-properties).
541537

542538
## Error handling
543-
The function `raise_for_status()` is not used, but the `HTTPX` exceptions are still available:
539+
`raise_for_status()` is unused, but the exceptions are still available:
544540

545541
```python
546542
try:
@@ -592,9 +588,13 @@ $ pre-commit run --all-files
592588
```
593589
*Requires `pip install pre-commit`.*
594590

591+
## Changelog
592+
593+
[Changelog](https://github.com/datarhei/core-client-python/blob/main/CHANGELOG.md)
594+
595595
## Contributing
596596

597-
Found a mistake or misconduct? Create a [issue](https://github.com/datarhei/core-client-python/issues) or send a pull-request.
597+
Found a mistake or misconduct? Create a [issue](https://github.com/datarhei/core-client-python/issues) or send a pull-request.
598598
Suggestions for improvement are welcome.
599599

600600
## Licence

0 commit comments

Comments
 (0)