fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-16 08:28:49 +02:00
parent 36fd64f0e7
commit 33f76aeca8

View File

@ -22,7 +22,10 @@ Use TypeScript for best in class instellisense.
```typescript
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.