From 9dbcebc18ba2d7a565bcbf9f2f3d2b16d53e89a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Asensio=20Ca=C3=B1as?= Date: Sun, 29 May 2016 18:06:22 +0200 Subject: [PATCH] Corrected typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b483937..2a0cc39 100644 --- a/README.md +++ b/README.md @@ -4054,7 +4054,7 @@ SVG.extend(SVG.Rect, { Once your implementation is ready, revisit and rework it. We like to keep it [DRY](http://en.wikipedia.org/wiki/Don't_repeat_yourself). ### Test. Your. Code. -It's not that hard to write at least one example per implementation, although we prefer more. Your code might seem to work by quickly testing it in your brwoser but more than often you can't forsee everything. +It's not that hard to write at least one example per implementation, although we prefer more. Your code might seem to work by quickly testing it in your browser but more than often you can't forsee everything. Before running the specs you will need to build the library. Be aware that pull requests without specs will be declined. -- 2.39.5