From 23d1717216aa2f866e3dc391978c99d2c33037ed Mon Sep 17 00:00:00 2001 From: Simon Weber Date: Fri, 11 Apr 2014 16:43:41 -0400 Subject: [PATCH] fix cassette url field capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0461ee9..ced9e18 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ part of the API. The fields are as follows: The `Request` object has the following properties - * `URL`: The full url of the request, including the protocol. Example: "http://www.google.com/" + * `url`: The full url of the request, including the protocol. Example: "http://www.google.com/" * `path`: The path of the request. For example "/" or "/home.html" * `host`: The host of the request, for example "www.google.com" * `port`: The port the request was made on