fix(README): fix import statement
This commit is contained in:
parent
3d252a5e3e
commit
3b07f99488
@ -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
|
||||
// -----------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user