diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-06-04 23:29:02 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-06-04 23:29:02 -0700 |
commit | b258d55dca57ad6645c92c969e95accd70977a30 (patch) | |
tree | b2516d3107c3cb124393e25d824d7619dfbecb12 /README.md | |
parent | 1379195811815ea45b453293d0026b5a4687a986 (diff) | |
download | qtlocation-mapboxgl-b258d55dca57ad6645c92c969e95accd70977a30.tar.gz |
fix documentation bug - closes #311
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,10 +94,10 @@ You can then proceed to build the library like: The default stylesheet at `bin/style.js` is JSON and is processed into a minified version by the following script: ``` -node bin/build-style.js +node bin/build-style.js bin/style.js out/ ``` -This is automatically taken care of as a build phase. +Note: This is automatically taken care of as a build phase so you are not expected to do this manually. # Usage |