We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4553bdd commit 9fe98cfCopy full SHA for 9fe98cf
1 file changed
examples/README.md
@@ -2,7 +2,9 @@
2
3
This folder contains example scripts to show you how **Pyrogram** looks like.
4
You can start with [hello_world.py](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py) and continue
5
-with the more advanced examples. Every script is working right away (provided you correctly set up your credentials), meaning
+with the more advanced examples.
6
+
7
+Every script is working right away (provided you correctly set up your credentials), meaning
8
you can simply copy-paste and run, the only things you have to change are the target chats (username, id) and file paths for
9
sending media (photo, video, ...).
10
0 commit comments