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

wordsmithed how libraries are generated
This commit is contained in:
csobier 2016-03-18 08:34:36 -04:00
commit d196b617b8

View File

@ -21,7 +21,7 @@ Although the most straightforward way to use Torque is through either the CartoD
</body> </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 ```html
<script> <script>