8000 Fix README · symfony/symfony@3394330 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3394330

Browse files
committed
Fix README
1 parent b51e2d3 commit 3394330

File tree

1 file changed

+1
-3
lines changed
  • src/Symfony/Component/Notifier/Bridge/Ntfy

1 file changed

+1
-3
lines changed

src/Symfony/Component/Notifier/Bridge/Ntfy/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Ntfy Notifier
2-
==================
2+
=============
33

44
Provides [Ntfy](https://docs.ntfy.sh/) integration for Symfony Notifier.
55

@@ -9,7 +9,6 @@ DSN example
99
```
1010
NTFY_DSN=ntfy://[USER:PASSWORD]@default[:PORT]/TOPIC?[secureHttp=[on]]
1111
```
12-
1312
where:
1413
- `URL` is the ntfy server which you are using
1514
- if `default` is provided, this will default to the public ntfy server hosted on [ntfy.sh](https://ntfy.sh/).
@@ -19,7 +18,6 @@ where:
1918

2019
In case of a non-secure server, you can disable https by setting `secureHttp=off`. For example if you use a local [Ntfy Docker image](https://hub.docker.com/r/binwiederhier/ntfy) during development or testing.
2120

22-
2321
Resources
2422
---------
2523

0 commit comments

Comments
 (0)
0