diff --git a/README.md b/README.md index 4f37466..0c6f5b7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ require "time" message = Net::HTTP::Get.new( "/path?query=123", - "Date" => Time.now.rfc822, + "Date" => Time.now.httpdate, "Content-Length" => "0", ) ```