fix(core): update

This commit is contained in:
Philipp Kunz 2022-02-11 17:56:23 +01:00
parent a1e9c02126
commit 017977b4ba

View File

@ -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;