Skip to content

Commit

Permalink
Update README.md (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek authored Jul 16, 2021
1 parent 589d51c commit 586a718
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 @@ -26,7 +26,6 @@ yarn add @blockfrost/blockfrost-js

```typescript
import { BlockfrostAPI } from '@blockfrost/blockfrost-js';
import fs from 'fs';

const API = new BlockFrostAPI({
projectId: 'YOUR API KEY HERE',
Expand All @@ -50,6 +49,7 @@ try {

```typescript
import { BlockfrostIPFS } from '@blockfrost/blockfrost-js';
import fs from 'fs';

const IPFS = new BlockFrostIPFS({
projectId: 'YOUR API KEY HERE', // see: https://blockfrost.io
Expand Down

0 comments on commit 586a718

Please sign in to comment.