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;