Skip to content

Commit

Permalink
fix: update README with cli@22
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Hisken committed Jan 3, 2020
1 parent 0ee73cc commit d662ccd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To install the CLI you will need [a recent version of Node.js](https://nodejs.org/en/).

```bash
$ npm install -g @betty-blocks/cli
$ npm install -g @betty-blocks/cli@22
```

## Introduction
Expand All @@ -26,4 +26,3 @@ This is the recommended order of reading up on Component System concepts:
* Allow the End User to customize your components with [Component Options](https://github.com/bettyblocks/cli/wiki/Component-Options).
* Use the API's described in [Component Helpers](https://github.com/bettyblocks/cli/wiki/Component-Helpers) to add functionality to your Components.
* For those familiar with TypeScript, read more about [the types of the Component System](https://github.com/bettyblocks/cli/wiki/Types).

0 comments on commit d662ccd

Please sign in to comment.