From be4e687aa34cfa29410905ab9be0253b774d3e77 Mon Sep 17 00:00:00 2001 From: Shaun Walbridge Date: Mon, 28 Apr 2014 21:02:08 -0400 Subject: [PATCH] minor typos. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0bf50c..7eaa454 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Is the language for map design used by [TileMill](). It is similiar in syntax to CSS, but builds upon it with specific abilities to filter map data and by providing things like variables. -Carto, aka CartoCSS, targets the [Mapnik renderer](http://mapnik.org) and is able to general Mapnik XML> +Carto, aka CartoCSS, targets the [Mapnik renderer](http://mapnik.org) and is able to generate Mapnik XML. Carto is an evolution of the [Cascadenik](https://github.com/mapnik/Cascadenik) idea and language, with an emphasis on speed and flexibility. If you are a previous user of Cascadenik, see the [key differences wiki](https://github.com/mapbox/carto/wiki/Differences-With-Cascadenik).