Skip to content

Commit 575cde7

Browse files
authored
Update README.md
Update Readme with correct example.
1 parent d867502 commit 575cde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The driver offers a suite of Pythonic enhancements that streamline database inte
4747
Connect to SQL Server and execute a simple query:
4848

4949
```python
50-
from mssql_python import connect
50+
import mssql_python
5151

5252
# Establish a connection
5353
# Specify connection string

0 commit comments

Comments
 (0)