fix(README): fix import statement

This commit is contained in:
Philipp Kunz 2018-07-03 08:41:42 +02:00
parent 3d252a5e3e
commit 3b07f99488

View File

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