Skip to content

Commit

Permalink
Update README.md (#89)
Browse files Browse the repository at this point in the history
Typo on the port number
  • Loading branch information
AnthonyCvn authored Jul 4, 2023
1 parent eca738f commit c67b9f4
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 @@ -35,7 +35,7 @@ from reduct import Client, Bucket

async def main():
# Create a client for interacting with a ReductStore service
client = Client("http://localhost:80383")
client = Client("http://localhost:8383")

# Create a bucket and store a reference to it in the `bucket` variable
bucket: Bucket = await client.create_bucket("my-bucket", exist_ok=True)
Expand Down

0 comments on commit c67b9f4

Please sign in to comment.