aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2016-08-12 15:55:50 +0200
committerJoe Hand <joe@joeahand.com>2016-08-12 09:55:50 -0400
commit253db19f5e2ee8c87c74d992c69d4f936eaa7db9 (patch)
tree366b6601c8829dbbe3bfb5b40780ffac29a55905 /README.md
parent416108575f8207d687c52ca079117bcc5cfdb515 (diff)
downloaddat-docs-253db19f5e2ee8c87c74d992c69d4f936eaa7db9.tar.gz
dat-docs-253db19f5e2ee8c87c74d992c69d4f936eaa7db9.zip
add dat-design and sass capability (#16)
* add dat-design and sass capability * add watch:css rule * add nodemon * fix typo * update watch css command (it watched and built the css before, but styles still didn't update in the browser. there's probably a more performant way to do this.) * override minidocs default styles with custom dat styles * clean up scss
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07459c1..afe55ba 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ This documentation uses [minidocs](https://www.npmjs.com/package/minidocs).
1. Clone Repository
2. `npm install`
3. `npm run build:local` to build the docs for local viewing
-4. `npm runs start` to view the docs in browser
+4. `npm run start` to view the docs in browser
### Updating & Deploying Docs