From 02febcef66e2d6f0a3f03f25c6472a6bcc41fb30 Mon Sep 17 00:00:00 2001 From: Vandecasteele Date: Mon, 21 Oct 2013 06:28:54 -0700 Subject: [PATCH] Changed doc target to apidoc --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index e93f930..0368e1b 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -95,7 +95,7 @@ The `serve` target starts the [Plovr](http://plovr.com/) web server. You'll need to start the Plovr server for running the examples and the tests. More information on that further down. -Other targets include `doc` and `integration-test`. The latter is the target +Other targets include `apidoc` and `integration-test`. The latter is the target used on Travis CI. See ol3's [Travis configuration file](https://github.com/openlayers/ol3/blob/master/.travis.yml). ## Running the `check` target