Browse Source

Fixed path in build docs

Tobias Reich 9 years ago
parent
commit
82ab9a7167
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/Build.md

+ 1 - 1
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