From 13e7e5301a4f16de3646e77fe6ef1e4c4f0600af Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 2 Jun 2023 13:06:02 +0200 Subject: [PATCH] fix(doc): fix step 2 command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 444049f..0ae0749 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Requires Python 3 or newer, and of course a Reflect API endpoint. 2. **Initialize the module** ```python - from reflect-client import Client + from reflect_client import Client client = Client("", ""); ```