Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Rename to CartoCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jun 28, 2012
1 parent 262aa3c commit 4841e40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,4 +1,4 @@
# carto
# CartoCSS

[![Build Status](https://secure.travis-ci.org/mapbox/carto.png)](http://travis-ci.org/mapbox/carto)

Expand All @@ -15,7 +15,7 @@ _incompatibility_

* MML files are assumed to be JSON, not XML. The files are near-identical
to the XML files accepted by Cascadenik, just translated into JSON.
* Carto will not embed files or download URLs for you. Stylesheets should
* CartoCSS will not embed files or download URLs for you. Stylesheets should
be embedded directly into your MML JSON and any datasources should be
paths (relative or absolute) that would be acceptable in Mapnik XML.
The [millstone project](https://github.com/mapbox/millstone) aims to fill this need.
Expand Down Expand Up @@ -212,7 +212,7 @@ By defining multiple fonts in a `text-face-name` definition, you create [FontSet

## Filters

Carto supports a variety of filter styles:
CartoCSS supports a variety of filter styles:

Numeric comparisons:

Expand Down Expand Up @@ -243,7 +243,7 @@ String comparisons:
#### Installation

If you're using [TileMill](http://mapbox.com/tilemill/), you're already
using Carto and don't need to do a thing.
using CartoCSS and don't need to do a thing.

If you're a developer-type and want to use the `carto` binary with
`node.js` (and you have [npm](http://npmjs.org/) installed),
Expand Down

0 comments on commit 4841e40

Please sign in to comment.