ReactiveX / IxJS

The Interactive Extensions for JavaScript
https://reactivex.io/IxJS/
MIT License
1.33k stars 74 forks source link

docs: fix commonjs iterable require example #298

Closed deebloo closed 4 years ago

deebloo commented 4 years ago

Description: The current README specifies the wrong import path for commonjs modules under the Iterables section. This pr just changes asynciterable to iterable

Related issue (if exists): N/A