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:
- SSE makes it so that server connections never ends (so it consumes a process?)
-- There is a library in Django for this, named dajngo-eventstream
+- There is a library in Django for this, named django-eventstream
- Django channels aims at using ASGI for certain parts of the app.
- You don’t have to handle all this in Django. It’s possible to delegate it to pushpin, a proxy, using django-grip
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’ve learned that:</p>
<ul>
<li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a 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 app.</li>
<li>You don’t have to handle all this in Django. It’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’ve learned that:</p>
<ul>
<li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a 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 app.</li>
<li>You don’t have to handle all this in Django. It’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’ve learned that:</p>
<ul>
<li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a 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 app.</li>
<li>You don’t have to handle all this in Django. It’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’ve learned that:</p>
<ul>
<li><span class="caps">SSE</span> makes it so that server connections never ends (so it consumes a 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 app.</li>
<li>You don’t have to handle all this in Django. It’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>