From f9c807a0cbe078d6f7f90ab768a78814ac68ed27 Mon Sep 17 00:00:00 2001 From: Kim Gault Date: Mon, 6 Nov 2023 12:52:38 -0800 Subject: [PATCH] Update README.md incorrect path for synchronous client Fixing incorrect path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d49be4e..272efc3 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ without requiring async/await. ```python import openfga_sdk -from openfga_sdk.sync.client import OpenFgaClient +from openfga_sdk.sync import OpenFgaClient def main():