Skip to content

Commit

Permalink
alvaro review: remove @Alpha from instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jul 12, 2023
1 parent 708cad2 commit f3eacde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Witness generation phase is not multithreaded, and an interesting 512k circuit c
To install the package globally for running as a terminal application:

```
npm install -g @aztec/bb.js@alpha
npm install -g @aztec/bb.js
```

This will install `bb.js` into your path.
Expand Down Expand Up @@ -68,13 +68,13 @@ Commands:
To install as a package to be used as a library:

```
npm install @aztec/bb.js@alpha
npm install @aztec/bb.js
```

or with yarn

```
yarn add @aztec/bb.js@alpha
yarn add @aztec/bb.js
```

### Usage
Expand Down

0 comments on commit f3eacde

Please sign in to comment.