From e8c6fd24553321594b0c2f2967090cfc6e08fec8 Mon Sep 17 00:00:00 2001 From: Ozgur Yasin Date: Tue, 11 Oct 2016 17:38:17 +0300 Subject: [PATCH] fixing some grammer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 442c994..8964fa2 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ If you want to contribute to **ddd-embeddables** and make it better, your help i Please take a look our [CONTRIBUTING.md](CONTRIBUTING.md) before creating a pull request. ## Further Reading -Do you interested in Domain Driven Design? Here a some list of good resources to dig in-depth. +Are you interested in Domain Driven Design? Here is a list of good resources to dig in-depth. - [Value Objects](http://martinfowler.com/bliki/ValueObject.html) - Martin Fowler - [Separating Concerns using Embeddables](http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/embeddables.html) - Doctrine ORM documentation