From 82ab5a64238238d096e29b64f8e8ea3975aaf561 Mon Sep 17 00:00:00 2001 From: Pablo Silberkasten <47338417+psilberk@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:09:19 -0700 Subject: [PATCH] Update README.md Fixing typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0da2e2b..f924d3d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To use ODPI-C with Godror, you’ll need to install the Oracle Instant Client on Follow the steps on [this page](https://odpi-c.readthedocs.io/en/latest/user_guide/installation.html) complete the installation. -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: +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: ```go dsn := `user="scott" password="tiger"