From 4f1f011ad6916b2a2a9591dd9e7fd2de11dbdc48 Mon Sep 17 00:00:00 2001 From: Jairo Trad Date: Mon, 21 Apr 2014 18:26:06 -0300 Subject: [PATCH] README typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da9e58a..d41faa2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - motionless is a Python library that takes the pain out of generating [Google Static Map](http://code.google.com/apis/maps/documentation/staticmaps/) URLs. Three map types are supported. Each is illustrated below. For fully worked code see the examples directory for code that parses and visualizes both GeoRSS feeds and GPX files. Code is licensed under Apache 2.0 @@ -46,7 +45,7 @@ DecoratedMap DecoratedMaps contain markers and/or paths. They are automatically sized and zoomed to make the specified elements visible. - from motionless import VisibleMap + from motionless import DecoratedMap dmap = DecoratedMap() dmap.add_marker(AddressMarker('1 Infinite Loop, Cupertino, CA',label='A')) dmap.add_marker(AddressMarker('1600 Amphitheatre Parkway Mountain View, CA',label='G'))