Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Apr 30, 2018
1 parent edd8198 commit 394f9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { parallelMap, map, collect } from 'blue-iterate'
import got from 'got'
const { parallelMap, map, collect } = require('blue-iterate')
const got = require('got')

const pokeGenerator = async function* () {
let offset = 0
Expand Down

0 comments on commit 394f9a3

Please sign in to comment.