mirror of
https://github.com/tauri-apps/tauri-plugin-websocket.git
synced 2026-01-31 00:35:19 +01:00
chore: Add sponsors section to readme (#758)
* chore: Add sponsors section to readme * which link style works in nested folders? * add sponsors to plugin readmes * use https links as src * double test it with the pr branch * revert last commit * fmt Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/6972163125 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
18
README.md
18
README.md
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
<!-- description -->
|
||||
|
||||
@@ -64,6 +64,22 @@ await ws.disconnect();
|
||||
|
||||
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.
|
||||
|
||||
## Partners
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" valign="middle">
|
||||
<a href="https://crabnebula.dev" target="_blank">
|
||||
<img src="https://github.com/tauri-apps/plugins-workspace/raw/v1/.github/sponsors/crabnebula.svg" alt="CrabNebula" width="283">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).
|
||||
|
||||
## License
|
||||
|
||||
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
|
||||
|
||||
Reference in New Issue
Block a user