Skip to content

Commit

Permalink
Merge pull request #103 from KenEucker/develop
Browse files Browse the repository at this point in the history
docs(readme): adds migration information for v2
  • Loading branch information
KenEucker authored Dec 23, 2021
2 parents 2d69e5a + 844c0ea commit 86c128c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ npm install imgur

## Usage

### Migrating to version 2

Version 2 of the imgur api drops automatic support for filesystem usage. For uploading files from a filesystem, please see the examples using `createReadStream`.

### Import and instantiate with credentials:

```ts
Expand Down

0 comments on commit 86c128c

Please sign in to comment.