From bd60369388a19d4ddcfb67e2324c3d787d806364 Mon Sep 17 00:00:00 2001 From: Marc Siegel Date: Sun, 28 Jul 2013 18:37:47 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 085535e..73da81b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Code Climate](https://codeclimate.com/github/ms-ati/docile.png)](https://codeclimate.com/github/ms-ati/docile) [![Coverage Status](https://coveralls.io/repos/ms-ati/docile/badge.png)](https://coveralls.io/r/ms-ati/docile) -Ruby makes it possible to very really expressive **Domain Specific +Ruby makes it possible to create very expressive **Domain Specific Languages**, or **DSL** for short. However, it requires some deep knowledge and somewhat hairy meta-programming to get the interface just right.