From 441d3fb93e6ea7346c9680e030fb31a77f997402 Mon Sep 17 00:00:00 2001 From: bbinet Date: Mon, 25 Mar 2013 02:01:18 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index da89658..bd9d49c 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -68,7 +68,7 @@ example: $ ./build.py test -The main build targets are `server`, `lint`, `build`, `test`, and `check`. The +The main build targets are `serve`, `lint`, `build`, `test`, and `check`. The latter is a meta-target that basically runs `lint`, `build`, and `test`. The `serve` target starts the [Plovr](http://plovr.com/) web server. You'll