Merge pull request #258 from CartoDB/docs-minor-edits

wordsmithed how libraries are generated
pull/260/head
csobier 9 years ago
commit d196b617b8

@ -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>

Loading…
Cancel
Save