From d2c97a0d6d4a829a92d5392778dc10c10f97a94c Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sun, 7 Jul 2019 15:08:00 +0200 Subject: [PATCH] Added beta notice --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6d7d64e..34e3645 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,16 @@ This package comes with an [API documentation](./API.md), that makes available a > ⚠ Do not rely on branches outside "master", as might not be stable and will be removed once merged. +
+ +> ⚠⚠ Please notice this is a beta. It is not yet available publicly on NPM. Therefore you'll have to build through **typescript** it before using it: + +
+ +```sh +$ npm run build +``` + ### Install ```sh $ npm install passkit-generator --save