Add note about naming convention

This commit is contained in:
Mike Bierlee 2016-12-12 22:49:29 +01:00
parent 932e3dab6b
commit d3f049eb9f

View file

@ -2,4 +2,4 @@ To build any of these examples, specify the relevant DUB configuration when buil
``` ```
dub build --build=release --config=<name>Example dub build --build=release --config=<name>Example
``` ```
Where \<name\> corresponds to the name of the folder where the code example is in. Where \<name\> corresponds to the name of the folder where the code example is in (camel-cased).