wordsmithed how libraries are generated

This commit is contained in:
csobier 2016-03-17 10:34:28 -04:00
parent 74a536da26
commit 959e8c48dc

View File

@ -21,7 +21,7 @@ Although the most straightforward way to use Torque is through either the CartoD
</body>
```
Torque libraries are automatically generated when the HTML document is added. For Torque to work with your table, you only need a username, the name of the table, and a CartoCSS string to style the map. Leaflet's method `addTo` adds the Torque layer to the map. `play` runs the animation with the options specified in the CartoCSS properties.
This HTML file automatically generates the Torque.js library, which includes any Torque dependencies. For Torque to work with your table, you only need a username, the name of the table, and a CartoCSS string to style the map. Leaflet's method `addTo` adds the Torque layer to the map. `play` runs the animation with the options specified in the CartoCSS properties.
```html
<script>