From 017977b4ba3c4bad84453ea2c0e424fc37c1f940 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 11 Feb 2022 17:56:23 +0100 Subject: [PATCH] fix(core): update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index af314a6..6f64eb1 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ Use TypeScript for best in class intellisense ```typescript import { expect, tap } from '@pushrocks/tapbundle'; -import * as helium from '../ts/index'; +import * as helium from '@mojoio/helium'; let testHelium: helium.Helium;