mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Simpify instructions for adding Poodining to a DUB project
This commit is contained in:
parent
5a54f395bc
commit
81d0323722
11
README.md
11
README.md
|
@ -15,14 +15,8 @@ For a full overview of changes, see [CHANGES.md](CHANGES.md)
|
||||||
Getting started
|
Getting started
|
||||||
---------------
|
---------------
|
||||||
###DUB Dependency
|
###DUB Dependency
|
||||||
Poodinis can be included in a project using [DUB]:
|
See the Poodinis [DUB project page] for instructions on how to include Poodinis into your project.
|
||||||
```json
|
|
||||||
{
|
|
||||||
"dependencies": {
|
|
||||||
"poodinis": "0.1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
###Quickstart
|
###Quickstart
|
||||||
The following example shows the typical usage of Poodinis:
|
The following example shows the typical usage of Poodinis:
|
||||||
```d
|
```d
|
||||||
|
@ -137,3 +131,4 @@ Future Work
|
||||||
[Spring Framework]: http://projects.spring.io/spring-framework/
|
[Spring Framework]: http://projects.spring.io/spring-framework/
|
||||||
[Hypodermic]: https://code.google.com/p/hypodermic/
|
[Hypodermic]: https://code.google.com/p/hypodermic/
|
||||||
[DUB]: http://code.dlang.org/
|
[DUB]: http://code.dlang.org/
|
||||||
|
[DUB project page]: http://code.dlang.org/packages/poodinis
|
||||||
|
|
Loading…
Reference in a new issue