From 773dfda51aa1aa041d0e2fdcdf587e19e4c8117f Mon Sep 17 00:00:00 2001 From: Peter Siemens Date: Sun, 21 Aug 2022 22:03:32 -0700 Subject: [PATCH] Add alpha tag to install instructions --- README.md | 2 +- docs/nodejs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7746cab5..c02d796e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Freshmint is a framework for building NFT-based applications on Flow. ## Quick start ```sh -npm install -g freshmint +npm install -g freshmint@alpha # Create a new Freshmint project in ./my-project fresh start my-project diff --git a/docs/nodejs.md b/docs/nodejs.md index 2166f4d3..8b89a084 100644 --- a/docs/nodejs.md +++ b/docs/nodejs.md @@ -48,7 +48,7 @@ mint and distribute NFTs on Flow from a Node.js application. ## Installation ```sh -npm i freshmint +npm i freshmint@alpha ``` ## Create & deploy an NFT contract