diff --git a/locale/zh-cn/docs/guides/getting-started-guide.md b/locale/zh-cn/docs/guides/getting-started-guide.md
index bfd41256bb70e..bc4834d73c119 100644
--- a/locale/zh-cn/docs/guides/getting-started-guide.md
+++ b/locale/zh-cn/docs/guides/getting-started-guide.md
@@ -25,4 +25,4 @@ server.listen(port, hostname, () => {
 });
 ```
 
-然后使用 ``` node app.js ``` 运行程序,访问 http://localhost:3000,你就会看到一个消息,写着“Hello World”。
+然后使用 ``` node app.js ``` 运行程序,访问 <http://localhost:3000>,你就会看到一个消息,写着“Hello World”。