diff --git a/i2p2www/pages/site/docs/api/streaming.html b/i2p2www/pages/site/docs/api/streaming.html
index f0d6b64145b78300f9933bbee037f45092d414e5..30843cb16558bb46f9bb35d51ee430cb7b0c46de 100644
--- a/i2p2www/pages/site/docs/api/streaming.html
+++ b/i2p2www/pages/site/docs/api/streaming.html
@@ -1,7 +1,7 @@
 {% extends "global/layout.html" %}
-{% block title %}{% trans %}Streaming Library{% endtrans %}{% endblock %}
-{% block lastupdated %}2020-05{% endblock %}
-{% block accuratefor %}0.9.46{% endblock %}
+{% block title %}{% trans %}Streaming Protocol{% endtrans %}{% endblock %}
+{% block lastupdated %}2022-04{% endblock %}
+{% block accuratefor %}0.9.53{% endblock %}
 {% block content %}
 <h2>{% trans %}Overview{% endtrans %}</h2>
 
diff --git a/i2p2www/pages/site/docs/index.html b/i2p2www/pages/site/docs/index.html
index 3057123978e32f984266f0fbf5fe893e07bfa23b..027a39be06e23538344c6590dc38128a945e44d0 100644
--- a/i2p2www/pages/site/docs/index.html
+++ b/i2p2www/pages/site/docs/index.html
@@ -1,7 +1,7 @@
 {% extends "global/layout.html" %}
 {% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %}
-{% block lastupdated %}2021-01{% endblock %}
-{% block accuratefor %}0.9.49{% endblock %}
+{% block lastupdated %}2022-04{% endblock %}
+{% block accuratefor %}0.9.53{% endblock %}
 {% block content %}
 <p>{% trans -%}
 Following is an index to the technical documentation for I2P.
@@ -86,7 +86,7 @@ HTTP Bidir Proxy
 <h3>{% trans %}End-to-End Transport API and Protocols{% endtrans %}</h3>
 {% trans %}The end-to-end protocols used by clients for reliable and unreliable communication.{% endtrans %}
 <ul><li>
-<a href="{{ site_url('docs/api/streaming') }}">{{ _('Streaming Library') }}</a>
+<a href="{{ site_url('docs/api/streaming') }}">{{ _('Streaming Protocol Overview') }}</a>
 </li><li>
 <a href="{{ spec_url('streaming') }}">{{ _('Streaming Protocol Specification') }}</a>
 </li><li>
diff --git a/i2p2www/spec/streaming.rst b/i2p2www/spec/streaming.rst
index 4eb12dc88d4b4bf75cead9307ef247d102bea8cf..44ed954e72faa837326f16dc123a2877bab8da93 100644
--- a/i2p2www/spec/streaming.rst
+++ b/i2p2www/spec/streaming.rst
@@ -1,10 +1,10 @@
-===============================
-Streaming Library Specification
-===============================
+================================
+Streaming Protocol Specification
+================================
 .. meta::
     :category: Protocols
-    :lastupdated: May 2020
-    :accuratefor: 0.9.46
+    :lastupdated: 2022-04
+    :accuratefor: 0.9.53
 
 .. contents::
 
@@ -12,7 +12,7 @@ Streaming Library Specification
 Overview
 ========
 
-See [STREAMING]_ for an overview of the Streaming Library.
+See [STREAMING]_ for an overview of the Streaming protocol.
 
 
 .. _versions: