diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 58938c9b347..2230ffb8aaa 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -213,9 +213,7 @@
Set unstable.feature.versions.enable=true
for controllers and brokers, and
set unstable.api.versions.enable=true
on the brokers as well. In your Kafka Streams application
configuration, set group.protocol=streams
.
- Upgrade the `streams.version` feature to 1. To do this, run
- kafka-features.sh --bootstrap-server localhost:9092 upgrade --feature streams.version=1
- to upgrade, or use Admin#updateFeatures API to update `streams.version`. After the feature is updated, check
+ After the new feature is configured, check
kafka-features.sh --bootstrap-server localhost:9092 describe
and `streams.version` should now have FinalizedVersionLevel 1.