Update README.md

This commit is contained in:
Ritchie Mwewa
2026-01-24 00:16:29 +02:00
parent 0470189396
commit 307a59cd9f

View File

@@ -17,7 +17,8 @@ $ octosuite user torvalds
from pprint import pprint
import octosuite
exists, profile = octosuite.User(name="torvalds")
user = octosuite.User(name="torvalds")
exists, profile = user.exists()
if exists:
pprint(profile)