fix(core): update
This commit is contained in:
parent
36fd64f0e7
commit
33f76aeca8
@ -22,7 +22,10 @@ Use TypeScript for best in class instellisense.
|
|||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import * as smartopen from '@pushrocks/smartopen';
|
import * as smartopen from '@pushrocks/smartopen';
|
||||||
await smartopen.openUrl('https://lossless.com');
|
const run = async () => {
|
||||||
|
await smartopen.openUrl('https://lossless.com');
|
||||||
|
};
|
||||||
|
run();
|
||||||
```
|
```
|
||||||
|
|
||||||
For further information read the linked docs at the top of this readme.
|
For further information read the linked docs at the top of this readme.
|
||||||
|
Loading…
Reference in New Issue
Block a user