rxjs-grpc-minimal 0.2.11 → 0.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -242,6 +242,10 @@ npm run server
|
|
|
242
242
|
npm run client
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
+
## Sponsor
|
|
246
|
+
|
|
247
|
+
If you find this project useful, consider [sponsoring @nmccready](https://github.com/sponsors/nmccready) to support ongoing maintenance and development. ❤️
|
|
248
|
+
|
|
245
249
|
## License
|
|
246
250
|
|
|
247
251
|
MIT
|