Closed Bartosz-D3V closed 7 years ago
Hey,
Inside API documentation in README.md there is a typo I think: Requests request( requestName [, args...] )
It should be: request( requestName, [args...] )
Not a big issue, but might take a minute or two for someone not familiar with this library.
Want to fix it? https://github.com/marionettejs/backbone.radio/edit/master/README.md
Hi,
I created a merge request #270 where I fixed that and other example where context was passed without preceded coma.
Many thanks
Hey,
Inside API documentation in README.md there is a typo I think: Requests request( requestName [, args...] )
It should be: request( requestName, [args...] )
Not a big issue, but might take a minute or two for someone not familiar with this library.