Skip to content

Commit 11f9df3

Browse files
authored
Updated README.md. (#37)
1 parent d22a762 commit 11f9df3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
This is a client library for [NATS](https://nats.io) written in rust.
77

8-
Credits for [Intree](https://intree.com) for supporting this project.
8+
## Sponsors of this project
99

10+
Special thanks to [Intree](https://intree.com) for supporting development of this project.
1011

1112
## installation
1213

@@ -16,7 +17,16 @@ This package can be installed from pypi:
1617
pip install natsrpy
1718
```
1819

19-
Or alternatively you ca build it yourself using maturin, and stable rust.
20+
Or alternatively you can build it yourself using maturin, and stable rust.
21+
22+
## Usage
23+
24+
You can see usage examples in our [examples](https://github.com/taskiq-python/natsrpy/tree/master/examples) folder.
25+
26+
Also, our [tests](https://github.com/taskiq-python/natsrpy/tree/master/python/tests)
27+
are written in python and could be a good place to discover features and the way they intended to be used.
28+
29+
As of for now, our documentation is only availabe in source code. You can see it in our [type-stubs folder](https://github.com/taskiq-python/natsrpy/tree/master/python/natsrpy/_natsrpy_rs).
2030

2131
## Development
2232

0 commit comments

Comments
 (0)