From 60457fc92ac2808908e4aa4af79dfa1b22e91921 Mon Sep 17 00:00:00 2001 From: Hannah Saloiye-Johnson <133262319+hsaloiye@users.noreply.github.com> Date: Tue, 13 May 2025 10:34:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae29c91..695e667 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ See the `examples` folder for how to use this library. To run an example query, execute a command like the following from the repo root: ``` -$ python examples/report_users_and_phones.py +$ python examples/Admin/report_users_and_phones.py ``` # Testing