We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5998787 commit 77c9134Copy full SHA for 77c9134
1 file changed
README.md
@@ -57,7 +57,6 @@ require "imagekitio"
57
58
image_kit = Imagekitio::Client.new(
59
private_key: ENV["IMAGEKIT_PRIVATE_KEY"], # This is the default and can be omitted
60
- password: ENV["OPTIONAL_IMAGEKIT_IGNORES_THIS"] # This is the default and can be omitted
61
)
62
63
response = image_kit.files.upload(
0 commit comments