From a4da7e6ed8e02dd5d6512d33cd5914d5a07900a6 Mon Sep 17 00:00:00 2001 From: Nadav Wexler Date: Tue, 12 Apr 2016 17:14:45 +0300 Subject: [PATCH] Update README.md fixed i18n issue link - it appears that `#` does not work in readmes properly, only in comments... :( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4559544..48a3796 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Accord is still fairly rudimentary, and there's plenty of improvements to be mad * Add syntax for custom violation message overrides (e.g. `p.firstName is notEmpty as "no first name!"`) * Support custom violation types (e.g. `p.firstName is notEmpty as MyServerError( code = -3 )`) * Add a validation result rendering framework - * Full-blown i18n support ([need feedback](#21) on this) + * Full-blown i18n support ([need feedback](https://github.com/wix/accord/issues/21) on this) Ideas and feature requests welcome! You can join the fun on our [Gitter channel](https://gitter.im/wix/accord), report an [issue](https://github.com/wix/accord/issues/) or contact the [maintainer](https://github.com/holograph) directly.