From 2a41330128eb1df2f3d20570b72cdda75ecabbf0 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Tue, 15 Aug 2023 02:54:49 +0200 Subject: [PATCH] Add Python syntax highlighting to `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a01588..bad4412 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ python setup.py build Check scripts in `test` directory for more examples on how to use this API. -``` +```py from gpapi.googleplay import GooglePlayAPI mail = "mymail@google.com"