We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b92119 commit 6aa8c4fCopy full SHA for 6aa8c4f
README.md
@@ -59,7 +59,7 @@ Should the need arise, you may work with the `IndieWeb::Endpoints::Client` class
59
require 'indieweb/endpoints'
60
61
client = IndieWeb::Endpoints::Client.new('https://aaronparecki.com')
62
-#=> #<IndieWeb::Endpoints::Client url: "https://aaronparecki.com">
+#=> #<IndieWeb::Endpoints::Client uri: "https://aaronparecki.com">
63
64
client.response
65
#=> #<HTTP::Response/1.1 200 OK {…}>
0 commit comments