diff --git a/README.md b/README.md index dac87fe8..7466b614 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ finally: # Best try: - with engine.connext() as connection: + with engine.connect() as connection: connection.execute(text()) # or connection.exec_driver_sql()