From 72567145413fc2d5cb1707e655672b5c3036f869 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 16 Apr 2019 08:27:54 +0200 Subject: [PATCH] fix(core): update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd9eab7..2f35af2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ open things Use TypeScript for best in class instellisense. +```typescript +import * as smartopen from '@pushrocks/smartopen'; +await smartopen.openUrl('https://lossless.com'); +``` + For further information read the linked docs at the top of this readme. > MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)