summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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