Skip to content

Commit

Permalink
Add alpha tag to install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Aug 22, 2022
1 parent 1383f4f commit 773dfda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 773dfda

Please sign in to comment.