Fix minor errors in README

This commit is contained in:
Mike Bierlee 2014-06-04 01:02:09 +02:00
parent 02445bdba8
commit 5a54f395bc

View file

@ -17,11 +17,11 @@ Getting started
###DUB Dependency ###DUB Dependency
Poodinis can be included in a project using [DUB]: Poodinis can be included in a project using [DUB]:
```json ```json
... {
"dependencies": { "dependencies": {
"poodinis": "0.1" "poodinis": "0.1"
}
} }
...
``` ```
###Quickstart ###Quickstart
The following example shows the typical usage of Poodinis: The following example shows the typical usage of Poodinis:
@ -133,7 +133,6 @@ Future Work
----------- -----------
* Thread safety * Thread safety
* Component scan (auto-registration) * Component scan (auto-registration)
* More robust detection and resolve of circular dependencies.
[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/