summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-06-04 23:29:02 -0700
committerDane Springmeyer <dane@mapbox.com>2014-06-04 23:29:02 -0700
commitb258d55dca57ad6645c92c969e95accd70977a30 (patch)
treeb2516d3107c3cb124393e25d824d7619dfbecb12 /README.md
parent1379195811815ea45b453293d0026b5a4687a986 (diff)
downloadqtlocation-mapboxgl-b258d55dca57ad6645c92c969e95accd70977a30.tar.gz
fix documentation bug - closes #311
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d316feb100..6900f8040d 100644
--- a/README.md
+++ b/README.md
@@ -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