From 81d0323722a86364eafeab5dda95d63ef99996c4 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Wed, 4 Jun 2014 01:44:00 +0200 Subject: [PATCH] Simpify instructions for adding Poodining to a DUB project --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bc94727..08ed660 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,8 @@ For a full overview of changes, see [CHANGES.md](CHANGES.md) Getting started --------------- ###DUB Dependency -Poodinis can be included in a project using [DUB]: -```json -{ - "dependencies": { - "poodinis": "0.1" - } -} -``` +See the Poodinis [DUB project page] for instructions on how to include Poodinis into your project. + ###Quickstart The following example shows the typical usage of Poodinis: ```d @@ -137,3 +131,4 @@ Future Work [Spring Framework]: http://projects.spring.io/spring-framework/ [Hypodermic]: https://code.google.com/p/hypodermic/ [DUB]: http://code.dlang.org/ +[DUB project page]: http://code.dlang.org/packages/poodinis