From 82ab9a7167cebefc9e678ebb31643424d0f55778 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sat, 11 Oct 2014 16:04:15 +0200 Subject: [PATCH] Fixed path in build docs --- docs/Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Build.md b/docs/Build.md index 5f6ec53..2fc3d62 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -15,7 +15,7 @@ After [installing Node.js](http://nodejs.org) you can use the included `npm` pac ### Build -The Gruntfile is located in `build/` and can be easily executed using the `gulp` command. +The Gruntfile is located in `src/` and can be easily executed using the `gulp` command. ### Watch for changes