From 22d7ec8d14efb72f488fba7e84c2ed9c6d347db3 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Wed, 21 Dec 2016 15:04:36 -0800 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca9e9a9..9318e34 100644 --- a/README.md +++ b/README.md @@ -177,4 +177,4 @@ function ParamTypes(...types) { * This is mitigated if the mutating decorator returns a class expression that extends from the target, or returns a proxy for the decorator. @rbuckton * Metadata for a method is attached to the class (or prototype) via the property key. It would not then be available if trying to read metadata on the function of the method (e.g. "tearing-off" the method from the class). @rbuckton -[Metadata-Spec]: https://github.com/rbuckton/ReflectDecorators/blob/master/spec/metadata.md \ No newline at end of file +[Metadata-Spec]: https://rbuckton.github.io/reflect-metadata \ No newline at end of file