From 40e1a84761b1db3d419afaec0299403da09e0791 Mon Sep 17 00:00:00 2001 From: Lukas Drgon Date: Wed, 4 Oct 2017 17:49:27 +0200 Subject: [PATCH] Add CDN links --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be056dc..1e63647 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ npm install reflect-metadata ``` +Alternatively you can include it via CDN: + +```html + +``` + ## Background * Decorators add the ability to augment a class and its members as the class is defined, through a declarative syntax. @@ -175,4 +181,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://rbuckton.github.io/reflect-metadata \ No newline at end of file +[Metadata-Spec]: https://rbuckton.github.io/reflect-metadata