From e6c1e48c96f4ed28f57374b3bb537d92729bb5a4 Mon Sep 17 00:00:00 2001 From: HostServer001 Date: Fri, 30 Jan 2026 20:24:31 +0530 Subject: [PATCH] Reformat README.md for script reference clarity Moved the reference to the standalone script to a new line for better formatting. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db744f94..f03f6714 100644 --- a/README.md +++ b/README.md @@ -155,9 +155,9 @@ posts = cl.user_medias(target_id, amount=10) for media in posts: # download photos to the current folder cl.photo_download(media.pk) - -See [examples/session_login.py](examples/session_login.py) for a standalone script demonstrating these login methods. ``` +See [examples/session_login.py](examples/session_login.py) for a standalone script demonstrating these login methods. +
Additional example