From 7149adba2847785e308a0e8d927bb578a5ac6ad0 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 22 Mar 2018 14:34:33 +0100 Subject: [PATCH] Update README.md --- examples/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 545516fa..6b14e3e5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,8 +2,9 @@ This folder contains example scripts to show you how **Pyrogram** looks like. You can start with [hello_world.py](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py) and continue -with the more advanced examples. Every script is working right away, meaning you can simply copy-paste and run, the only things -you have to change are the target chats (username, id) and file paths for sending media (photo, video, ...). +with the more advanced examples. Every script is working right away (provided you correctly set up your credentials), meaning +you can simply copy-paste and run, the only things you have to change are the target chats (username, id) and file paths for +sending media (photo, video, ...). - [**hello_world.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/hello_world.py) - [**get_history.py**](https://github.com/pyrogram/pyrogram/blob/master/examples/get_history.py)