Skip to content

Commit

Permalink
docs(README): fix flavor link (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy authored and nduchak committed Jun 13, 2019
1 parent b8f4fde commit 14e7ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ npm i https://github.com/aeternity/aepp-sdk-js#develop

### 2. Import (a chosen Flavor)

Import the right [flavor](docs/usage.md). For this example with get the `Universal` flavor, which contains all the features of the SDK:
Import the right [flavor](docs/README.md#flavors--entry-points). For this example with get the `Universal` flavor, which contains all the features of the SDK:

```js
import Ae from '@aeternity/aepp-sdk/es/ae/universal' // or other flavor
Expand Down

0 comments on commit 14e7ab4

Please sign in to comment.