Skip to content

Commit 77c9134

Browse files
committed
fix(docs): remove unnecessary password parameter from example
1 parent 5998787 commit 77c9134

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ require "imagekitio"
5757

5858
image_kit = Imagekitio::Client.new(
5959
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
6160
)
6261

6362
response = image_kit.files.upload(

0 commit comments

Comments
 (0)