From 4cf7b2b9eb02865c80bbb7206ac93d7f40cced29 Mon Sep 17 00:00:00 2001 From: Michael Seemann Date: Thu, 29 Sep 2016 21:07:53 +0200 Subject: [PATCH] update docu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61827fa..2d158f8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Create a RESTful service with ES7 decorators for your express based node.js appl ```bash npm install js-restful-express --save ``` -This module requires reflect-metadata as a peer dependency. This is essential to make the decorators working. It must be ensured +You need to use a es7 reflect metadata shim (reflect-metadat or core-js). This is essential to make the decorators working. It must be ensured that this module is only loaded once. Otherwise the decorated information will be lost at runtime. Keep in mind that this is a shim and until now not a language feature!