diff --git a/README.md b/README.md index 6361a94..35616d6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Use TypeScript for best in class instellisense. > smartq does not repeat any native functions, so for things like .all() simply use Promise.all() ```javascript -import * as q from 'smartq' +import * as q from '@pushrocks/smartpromise' // Deferred // -----------------------------------------------