From f26ee78a2e06eb0175a49ea10c7304a022f5f838 Mon Sep 17 00:00:00 2001 From: bmcorser Date: Mon, 21 Jan 2013 22:38:19 +0000 Subject: [PATCH 1/2] Update README.markdown fix link to stamen maps --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 240d59a..9e64245 100644 --- a/README.markdown +++ b/README.markdown @@ -152,7 +152,7 @@ Due to recent changes to the Google Maps API, you need a [API Key](https://devel *required in order to use maptype* `maptype:` -* [Stamen Maps ](maps.stamen.com) +* [Stamen Maps ](http://maps.stamen.com) * `toner` * `toner-lines` * `toner-labels` From f70ebeb21287f9a28e73eedb5fe0f1762dabd78c Mon Sep 17 00:00:00 2001 From: quasipickle Date: Tue, 5 Feb 2013 14:41:04 -0700 Subject: [PATCH 2/2] Update README.markdown Fixed a couple spelling mistakes --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 240d59a..9322b37 100644 --- a/README.markdown +++ b/README.markdown @@ -192,7 +192,7 @@ Due to recent changes to the Google Maps API, you need a [API Key](https://devel JSON is the native data format for TimelineJS. -Remember, JSON is it is picky. A misplaced comma or quotation mark can +Remember, JSON is picky. A misplaced comma or quotation mark can prevent the timeline from loading properly. Here is the full model: @@ -242,7 +242,7 @@ Here is the full model: Timeline can use a variation of JSONP to allow you to easily load data across different domains. -To allow this to happen, the file must end with the extention `.jsonp` +To allow this to happen, the file must end with the extension `.jsonp` Here is the full model: ```javascript