From 4a99dbfef9838b6b29b111e4c30e033add3ae426 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Fri, 15 May 2026 10:26:57 -0400 Subject: [PATCH] Update MIGRATION.md --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 4de7f51..f0a69e6 100755 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -31,7 +31,7 @@ You then instantiate the specific resource API that you need access to as follow ```ruby api = Lob::ApiClient.new(config) -addressApi = AddressesApi.new(@api) +addressApi = Lob::AddressesApi.new(@api) ```