diff --git a/README.md b/README.md index 9426fa0..57fc483 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ COMMIT; import bcrypt salt = bcrypt.gensalt(rounds=10) hashed = bcrypt.hashpw(b"VeryVerySecretPa55w0rd", salt) -print(f"Password hash for MQTT client: {hashed}) +print(f"Password hash for MQTT client: {hashed}") ``` Go snippet: ```go