diff --git a/example/README.md b/example/README.md index 1bad21b..59e146f 100644 --- a/example/README.md +++ b/example/README.md @@ -1,5 +1,10 @@ -To build any of these examples, specify the relevant DUB configuration when building Poodinis with DUB: +To run any of these examples, specify the relevant DUB configuration: ``` -dub build --build=release --config=Example +dub run --build=release --config=Example ``` Where \ corresponds to the name of the folder where the code example is in (camel-cased). + +e.g: +``` +dub run --build=release --config=constructorInjectionExample +```