Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #218 from 9oelM/main
Browse files Browse the repository at this point in the history
fix: specify correct package in README
  • Loading branch information
salimtb committed Oct 16, 2023
2 parents 75e2a4f + 28fad25 commit 1de268c
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 @@ -69,7 +69,7 @@ Create an `index.ts` file, import the libraries, and load the environment variab

```ts
import { config as loadEnv } from 'dotenv';
import { SDK, Auth, TEMPLATES } from '@infura/sdk-ts';
import { SDK, Auth, TEMPLATES } from '@infura/sdk';

loadEnv();
```
Expand Down

0 comments on commit 1de268c

Please sign in to comment.