Skip to content

Commit

Permalink
fix(README): Adjust readme (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak committed May 6, 2019
1 parent 0ba48ad commit b1cdb2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![npm](https://img.shields.io/npm/v/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-cli)
[![npm](https://img.shields.io/npm/l/@aeternity/aepp-sdk.svg)](https://www.npmjs.com/package/@aeternity/aepp-cli)

# ️⚠️ [WIP] ae-js-cli
# ️⚠️ [WIP] aepp-cli-js
Command Line Interface for the æternity blockchain.

## Disclaimer
Expand All @@ -18,9 +18,9 @@ check out the [develop branch].
## Installation
> ️⚠️ **TODO**: The package is not yet published, so you can only install it by cloning this project.
>
You can install this `CLI` using your preferred tool (`pnpm`, `yarn` or `npm`). Here's an `npm` example
You can install this `CLI` using your preferred tool (`yarn` or `npm`). Here's an `npm` example
```
npm install --global @aeternity/aecli
npm install --global @aeternity/aepp-cli
```

---
Expand Down

0 comments on commit b1cdb2e

Please sign in to comment.