Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jan 20, 2021
1 parent 64c98ab commit a92e268
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ This is a **Node.js** SDK to make it easy to talk to the

## Install

Inside your project, type
**Note: This documentation is for the current [version v3](https://github.com/transloadit/node-sdk/releases/tag/v3.0.0-rc.1). [Looking for v2 docs?](https://github.com/transloadit/node-sdk/tree/v2)**

Inside your project, type:

```bash
yarn add transloadit
yarn add transloadit@'>=3.0.0-rc.1'
```
or
```bash
npm install transloadit --save
npm install --save transloadit@'>=3.0.0-rc.1'
```

## Usage
Expand Down Expand Up @@ -98,8 +100,6 @@ For more example use cases and information about the available robots and their

## API

**This documentation is for the current version v3. [Looking for v2 docs?](https://github.com/transloadit/node-sdk/tree/v2)**.

These are the public methods on the `TransloaditClient` object and their descriptions. The methods are based on the [Transloadit API](https://transloadit.com/docs/api/).

View [TypeScript definitions](types/index.d.ts).
Expand Down

0 comments on commit a92e268

Please sign in to comment.