wai-eventsource: Small doc fix.

This commit is contained in:
Felipe Lessa 2012-08-19 15:04:58 -03:00
parent 765fa90eae
commit c8abfa15e3

View File

@ -21,7 +21,7 @@ description:
This package allows your Yesod application to easily send
server-sent events. On the client side, you may use the
@EventSource@ JavaScript object on browsers that support it
(https://developer.mozilla.org/en-US/docs/Server-sent_events/EventSource)
(<https://developer.mozilla.org/en-US/docs/Server-sent_events/EventSource>)
or a polyfill for browsers that don't (we support Remy's
polyfill out-of-the-box, although that requires you to
explicitly support it).