tristandunn / pusher-fake

A fake Pusher server for development and testing.
https://rubygems.org/gems/pusher-fake
MIT License
173 stars 32 forks source link

README typo #20

Closed rosskevin closed 10 years ago

rosskevin commented 10 years ago

<%== PusherFake.javascript %> should be <%= PusherFake.javascript %>

tristandunn commented 10 years ago

Well, it depends. The double equal is a shortcut, in Rails only perhaps, to use the raw version of the string instead of HTML escaping it. Might be worth noting that in the README though.