Skip to content

Commit

Permalink
fix(docs): incorrect path for sync client README (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Dec 1, 2023
2 parents 5d4e18f + f9c807a commit 263d8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 263d8a9

Please sign in to comment.