Skip to content

Commit

Permalink
Merge pull request #692 from nosoloforks/master
Browse files Browse the repository at this point in the history
Fixed SSL doc example.
  • Loading branch information
jnunemaker authored Mar 25, 2020
2 parents 77cf459 + 2e45536 commit 43c69bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Client
base_uri "https://example.com"

def self.fetch
get("/resources", pem: (File.read("#{File.expand_path('.')}/path/to/certs/cert.pem"), "123456")
get("/resources", pem: File.read("#{File.expand_path('.')}/path/to/certs/cert.pem"), pem_password: "123456")
end
end
```
Expand Down

0 comments on commit 43c69bc

Please sign in to comment.