Skip to content

Commit 0871ece

Browse files
authored
Update README.md
1 parent 0482ac3 commit 0871ece

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ For more information about configuration options, consult the [provider document
7070

7171
Help with preparing the key and certificate files for connection can be found in the [wiki][certificateWiki]
7272

73-
⚠️ You should only create one `Provider` per-process for each certificate/key pair you have. You do not need to create a new `Provider` for each notification. If you are only sending notifications to one app, there is no need for more than one `Provider`.
74-
75-
If you are constantly creating `Provider` instances in your app, make sure to call `Provider.shutdown()` when you are done with each provider to release its resources and memory.
73+
> [!WARNING]
74+
> You should only create one `Provider` per-process for each certificate/key pair you have. You do not need to create a new `Provider` for each notification. If you are only sending notifications to one app, there is no need for more than one `Provider`.
75+
>
76+
> If you are constantly creating `Provider` instances in your app, make sure to call `Provider.shutdown()` when you are done with each provider to release its resources and memory.
7677
7778
### Connecting through an HTTP proxy
7879

0 commit comments

Comments
 (0)