diff --git a/hgext/zeroconf/__init__.py b/hgext/zeroconf/__init__.py
index 227b9f13db1315c7c71a7d4ca5c8fa52ba7909eb_aGdleHQvemVyb2NvbmYvX19pbml0X18ucHk=..6bfb76cb8873152efc676a671683e22a89da6b2e_aGdleHQvemVyb2NvbmYvX19pbml0X18ucHk= 100644
--- a/hgext/zeroconf/__init__.py
+++ b/hgext/zeroconf/__init__.py
@@ -7,7 +7,7 @@
 
 '''discover and advertise repositories on the local network
 
-Zeroconf enabled repositories will be announced in a network without
+Zeroconf-enabled repositories will be announced in a network without
 the need to configure a server or a service. They can be discovered
 without knowing their actual IP address.
 
@@ -11,9 +11,9 @@
 the need to configure a server or a service. They can be discovered
 without knowing their actual IP address.
 
-To allow other people to discover your repository using run "hg serve"
-in your repository::
+To allow other people to discover your repository using run
+:hg:`serve` in your repository::
 
   $ cd test
   $ hg serve
 
@@ -16,8 +16,9 @@
 
   $ cd test
   $ hg serve
 
-You can discover zeroconf enabled repositories by running "hg paths"::
+You can discover Zeroconf-enabled repositories by running
+:hg:`paths`::
 
   $ hg paths
   zc-test = http://example.com:8000/test