diff --git a/adding-real-time-collaboration-to-umap-second-week.html b/adding-real-time-collaboration-to-umap-second-week.html index e92f4e2..1f3793b 100644 --- a/adding-real-time-collaboration-to-umap-second-week.html +++ b/adding-real-time-collaboration-to-umap-second-week.html @@ -127,7 +127,7 @@

Here are some notes about SSE. I’ve learned that:

diff --git a/feeds/.atom.xml b/feeds/.atom.xml index 3241878..71174e9 100644 --- a/feeds/.atom.xml +++ b/feeds/.atom.xml @@ -93,7 +93,7 @@ <p>Here are some notes about <span class="caps">SSE</span>. I&#8217;ve learned&nbsp;that:</p> <ul> <li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a&nbsp;process?)</li> -<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">dajngo-eventstream</a></li> +<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">django-eventstream</a></li> <li><a href="https://channels.readthedocs.io/en/latest/">Django channels</a> aims at using <span class="caps">ASGI</span> for certain parts of the&nbsp;app.</li> <li>You don&#8217;t have to handle all this in Django. It&#8217;s possible to delegate it to <a href="https://github.com/fastly/pushpin">pushpin</a>, a proxy, using <a href="https://github.com/fanout/django-grip">django-grip</a></li> </ul> diff --git a/feeds/all-en.atom.xml b/feeds/all-en.atom.xml index 89bf43a..233431d 100644 --- a/feeds/all-en.atom.xml +++ b/feeds/all-en.atom.xml @@ -93,7 +93,7 @@ <p>Here are some notes about <span class="caps">SSE</span>. I&#8217;ve learned&nbsp;that:</p> <ul> <li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a&nbsp;process?)</li> -<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">dajngo-eventstream</a></li> +<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">django-eventstream</a></li> <li><a href="https://channels.readthedocs.io/en/latest/">Django channels</a> aims at using <span class="caps">ASGI</span> for certain parts of the&nbsp;app.</li> <li>You don&#8217;t have to handle all this in Django. It&#8217;s possible to delegate it to <a href="https://github.com/fastly/pushpin">pushpin</a>, a proxy, using <a href="https://github.com/fanout/django-grip">django-grip</a></li> </ul> diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml index b022793..18e0cb3 100644 --- a/feeds/all.atom.xml +++ b/feeds/all.atom.xml @@ -93,7 +93,7 @@ <p>Here are some notes about <span class="caps">SSE</span>. I&#8217;ve learned&nbsp;that:</p> <ul> <li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a&nbsp;process?)</li> -<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">dajngo-eventstream</a></li> +<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">django-eventstream</a></li> <li><a href="https://channels.readthedocs.io/en/latest/">Django channels</a> aims at using <span class="caps">ASGI</span> for certain parts of the&nbsp;app.</li> <li>You don&#8217;t have to handle all this in Django. It&#8217;s possible to delegate it to <a href="https://github.com/fastly/pushpin">pushpin</a>, a proxy, using <a href="https://github.com/fanout/django-grip">django-grip</a></li> </ul> diff --git a/feeds/code.atom.xml b/feeds/code.atom.xml index c11cffe..4a2dc59 100644 --- a/feeds/code.atom.xml +++ b/feeds/code.atom.xml @@ -93,7 +93,7 @@ <p>Here are some notes about <span class="caps">SSE</span>. I&#8217;ve learned&nbsp;that:</p> <ul> <li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a&nbsp;process?)</li> -<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">dajngo-eventstream</a></li> +<li>There is a library in Django for this, named <a href="https://github.com/fanout/django-eventstream">django-eventstream</a></li> <li><a href="https://channels.readthedocs.io/en/latest/">Django channels</a> aims at using <span class="caps">ASGI</span> for certain parts of the&nbsp;app.</li> <li>You don&#8217;t have to handle all this in Django. It&#8217;s possible to delegate it to <a href="https://github.com/fastly/pushpin">pushpin</a>, a proxy, using <a href="https://github.com/fanout/django-grip">django-grip</a></li> </ul>