Skip to content

Commit

Permalink
chore: tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Jan 8, 2024
1 parent fd26a5a commit b3d1654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ The primary purpose of this package is to make reading and writing files on the

```typescript
import { S3 } from '@aws-sdk/client-s3'
import { PinataStorageWithCache, S3ObjectCache } from '@makerxstudio/node-ipfs'
import { PinataStorageWithCache } from '@makerxstudio/node-ipfs'
import { S3ObjectCache } from '@makerxstudio/node-cache'

const s3Cache = new S3ObjectCache(
new S3({
Expand Down

0 comments on commit b3d1654

Please sign in to comment.