Skip to content

Commit

Permalink
fix(readme): add import for typescript example
Browse files Browse the repository at this point in the history
EME-5329

Co-authored-by: Gabor Nemeth <gabor.nemeth@emarsys.com>
  • Loading branch information
sonicoder86 and ngabor84 committed Sep 2, 2022
1 parent 122c473 commit 545e739
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,7 @@ console.log(heroes);
### Typescript

```typescript
const { EscherRequest, EscherRequestOption } = require('@emartech/escher-request');
import { EscherRequest, EscherRequestOption } from '@emartech/escher-request';

const options = new EscherRequestOption('example.host.com', {
credentialScope: 'eu/service/ems_request'
Expand Down

0 comments on commit 545e739

Please sign in to comment.