Skip to content

Commit 1d00390

Browse files
committed
Updated README.md.
1 parent d22a762 commit 1d00390

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
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

1010

11+
<div align="center">
12+
<a href="intree.com">
13+
<img src="https://www.intree.com/_vercel/image?url=%2Fimgs%2FintreeLogo.png&w=1536&q=100" />
14+
</a>
15+
<p>Intree</p>
16+
</div>
17+
1118
## installation
1219

1320
This package can be installed from pypi:
@@ -16,7 +23,16 @@ This package can be installed from pypi:
1623
pip install natsrpy
1724
```
1825

19-
Or alternatively you ca build it yourself using maturin, and stable rust.
26+
Or alternatively you can build it yourself using maturin, and stable rust.
27+
28+
## Usage
29+
30+
You can see usage examples in our [examples](https://github.com/taskiq-python/natsrpy/tree/master/examples) folder.
31+
32+
Also, our [tests](https://github.com/taskiq-python/natsrpy/tree/master/python/tests)
33+
are written in python and could be a good place to discover features and the way they intended to be used.
34+
35+
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).
2036

2137
## Development
2238

0 commit comments

Comments
 (0)