You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,7 +32,7 @@ Since Notify is highly dependent on the consistency of the supported external se
32
32
## Install <aid="install"></a>
33
33
34
34
```sh
35
-
go get -u github.com/casdoor/notify
35
+
go get -u github.com/casdoor/notify2
36
36
```
37
37
38
38
## Example usage <aid="usage"></a>
@@ -65,17 +65,17 @@ In this example, we use the global `Send()` function. Similar to most logging li
65
65
libraries, we also recommend avoiding the use of global functions as much as possible. Instead, use one of our versatile
66
66
constructor functions to create a new local `Notify` instance and pass it down the stream.
67
67
68
-
Read the [library docs](https://pkg.go.dev/github.com/casdoor/notify#section-documentation) for more information.
68
+
Read the [library docs](https://pkg.go.dev/github.com/casdoor/notify2#section-documentation) for more information.
69
69
70
70
## Contributing <aid="contributing"></a>
71
71
72
-
Yes, please! Contributions of all kinds are very welcome! Feel free to check our [open issues](https://github.com/casdoor/notify/issues). Please also take a look at the [contribution guidelines](https://github.com/casdoor/notify/blob/main/CONTRIBUTING.md).
72
+
Yes, please! Contributions of all kinds are very welcome! Feel free to check our [open issues](https://github.com/casdoor/notify2/issues). Please also take a look at the [contribution guidelines](https://github.com/casdoor/notify2/blob/main/CONTRIBUTING.md).
73
73
74
-
> Psst, don't forget to check the list of [missing services](https://github.com/casdoor/notify/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Aaffects%2Fservices+label%3A%22help+wanted%22+no%3Aassignee) waiting to be added by you or create [a new issue](https://github.com/casdoor/notify/issues/new?assignees=&labels=affects%2Fservices%2C+good+first+issue%2C+hacktoberfest%2C+help+wanted%2C+type%2Fenhancement%2C+up+for+grabs&template=service-request.md&title=feat%28service%29%3A+Add+%5BSERVICE+NAME%5D+service) if you want a new service to be added.
74
+
> Psst, don't forget to check the list of [missing services](https://github.com/casdoor/notify2/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Aaffects%2Fservices+label%3A%22help+wanted%22+no%3Aassignee) waiting to be added by you or create [a new issue](https://github.com/casdoor/notify2/issues/new?assignees=&labels=affects%2Fservices%2C+good+first+issue%2C+hacktoberfest%2C+help+wanted%2C+type%2Fenhancement%2C+up+for+grabs&template=service-request.md&title=feat%28service%29%3A+Add+%5BSERVICE+NAME%5D+service) if you want a new service to be added.
> Click [here](https://github.com/casdoor/notify/issues/new?assignees=&labels=affects%2Fservices%2C+good+first+issue%2C+hacktoberfest%2C+help+wanted%2C+type%2Fenhancement%2C+up+for+grabs&template=service-request.md&title=feat%28service%29%3A+Add+%5BSERVICE+NAME%5D+service) to request a missing service.
78
+
> Click [here](https://github.com/casdoor/notify2/issues/new?assignees=&labels=affects%2Fservices%2C+good+first+issue%2C+hacktoberfest%2C+help+wanted%2C+type%2Fenhancement%2C+up+for+grabs&template=service-request.md&title=feat%28service%29%3A+Add+%5BSERVICE+NAME%5D+service) to request a missing service.
0 commit comments