mxriverlynn / rabbus

A micro-service bus with built-in messaging patterns, for NodeJS and RabbitMQ
116 stars 26 forks source link

Fixed Docs line 779-794 #18

Closed benjsicam closed 8 years ago

benjsicam commented 8 years ago

Got confused. Thought the subscriber now has a .handle function.

mxriverlynn commented 8 years ago

d'oh! copy and paste is the death of me. :P

I took a look at your changes, and your editor seems to have done a number of additional line-ending replacements on the file, making it hard to see the real change that you intended.

Can you adjust your git "line endings" settings, and re-do the change? You can find docs on how to fix this, here: https://help.github.com/articles/dealing-with-line-endings/#platform-windows

if you need any help with that, let me know. thanks!

benjsicam commented 8 years ago

Fixed. :) Thanks!

mxriverlynn commented 8 years ago

thanks! :)