Skip to content

Commit 581a083

Browse files
committed
fix reference to github
1 parent 724352b commit 581a083

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/references/dataProtector/getting-started.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ without a Web3 provider.
8888
::: code-group
8989

9090
```ts twoslash [Singleton Modules]
91-
import {
92-
IExecDataProtectorSharing,
93-
IExecDataProtectorCore,
94-
} from '@iexec/dataprotector';
91+
import { IExecDataProtectorCore } from '@iexec/dataprotector';
9592

9693
// Instantiate only the Core module for read-only core methods
9794
const dataProtectorCore = new IExecDataProtectorCore();

0 commit comments

Comments
 (0)