Skip to content

Commit 82ab5a6

Browse files
authored
Update README.md
Fixing typo in readme
1 parent 469a248 commit 82ab5a6

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
@@ -10,7 +10,7 @@ To use ODPI-C with Godror, you’ll need to install the Oracle Instant Client on
1010

1111
Follow the steps on [this page](https://odpi-c.readthedocs.io/en/latest/user_guide/installation.html) complete the installation.
1212

13-
After that, use a logfmt-encoded parameter list to specify the instanct client directory in the `dataSourceName` when you connect to the database. For example:
13+
After that, use a logfmt-encoded parameter list to specify the instant client directory in the `dataSourceName` when you connect to the database. For example:
1414

1515
```go
1616
dsn := `user="scott" password="tiger"

0 commit comments

Comments
 (0)