Skip to content

Commit 6beb35d

Browse files
committed
fix(docs): update README to reflect gem name change from imagekit to imagekitio
1 parent a966137 commit 6beb35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ The ImageKit SDK provides a powerful `helper.build_url()` method for generating
9999
Generate a simple URL without any transformations:
100100

101101
```ruby
102-
require "imagekit"
102+
require "imagekitio"
103103

104-
image_kit = Imagekit::Client.new(
104+
image_kit = Imagekitio::Client.new(
105105
private_key: ENV["IMAGEKIT_PRIVATE_KEY"]
106106
)
107107

@@ -404,9 +404,9 @@ The SDK provides several helper methods for common ImageKit operations.
404404
Generate authentication parameters for secure client-side file uploads. These parameters allow you to securely upload files directly from the browser without exposing your private API key:
405405

406406
```ruby
407-
require "imagekit"
407+
require "imagekitio"
408408

409-
image_kit = Imagekit::Client.new(
409+
image_kit = Imagekitio::Client.new(
410410
private_key: ENV["IMAGEKIT_PRIVATE_KEY"]
411411
)
412412

0 commit comments

Comments
 (0)