From d3f049eb9f9ad8f6b15bada88691af445f07b157 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 12 Dec 2016 22:49:29 +0100 Subject: [PATCH] Add note about naming convention --- example/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example/README.md b/example/README.md index ad8de29..1bad21b 100644 --- a/example/README.md +++ b/example/README.md @@ -1,5 +1,5 @@ -To build any of these examples, specify the relevant DUB configuration when building Poodinis with DUB: -``` -dub build --build=release --config=Example -``` -Where \ corresponds to the name of the folder where the code example is in. +To build any of these examples, specify the relevant DUB configuration when building Poodinis with DUB: +``` +dub build --build=release --config=Example +``` +Where \ corresponds to the name of the folder where the code example is in (camel-cased).