From e40e42f146e0426f8ecbe0fcfc92616e641aeaa6 Mon Sep 17 00:00:00 2001 From: Micah Wengren Date: Thu, 27 Feb 2014 08:37:53 -0500 Subject: [PATCH] Fix Readme DynamicMapLayer contstructor docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed7858b45..712115eca 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ If you have a MapService you and use `L.esri.DynamicMapLayer(url, options)` to r #### Constructor Constructor | Description --- | --- -`new L.esri.DynamicMapLayer(url, options)`
`L.esri.TiledMapLayer(url, options)` | `url` should be the URL of the feature layer to consume. See [service URLs](#service-urls) for more information on how to find these urls. +`new L.esri.DynamicMapLayer(url, options)`
`L.esri.DynamicMapLayer(url, options)` | `url` should be the URL of the feature layer to consume. See [service URLs](#service-urls) for more information on how to find these urls. #### Options