From 5a54f395bc71a0c54a6e7fed729f1037332f6024 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Wed, 4 Jun 2014 01:02:09 +0200 Subject: [PATCH] Fix minor errors in README --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8927536..bc94727 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ Getting started ###DUB Dependency Poodinis can be included in a project using [DUB]: ```json -... -"dependencies": { - "poodinis": "0.1" +{ + "dependencies": { + "poodinis": "0.1" + } } -... ``` ###Quickstart The following example shows the typical usage of Poodinis: @@ -133,7 +133,6 @@ Future Work ----------- * Thread safety * Component scan (auto-registration) -* More robust detection and resolve of circular dependencies. [Spring Framework]: http://projects.spring.io/spring-framework/ [Hypodermic]: https://code.google.com/p/hypodermic/