From ebefe512565333cba486368bd670d6fd161f47f5 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Thu, 10 Oct 2024 14:30:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4abfff793..33739ffad 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ end #### Configure Connection The adapter conforms to the AbstractAdapter interface to configure connections. If you require additional connection -configuration then implement the `additional_connection_configuration` method in an initializer like so. In the following +configuration then implement the `configure_connection` method in an initializer like so. In the following example we are setting the `TEXTSIZE` to 64 megabytes. ```ruby